docs: escape trailing underscores properly
In reStructuredText, a trailing underscore means a hyperlink reference, but it seems pandoc doesn't get this right for symbols that have already been escaped. So let's manually fix these up. Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
This commit is contained in:

committed by
Marge Bot

parent
2c0707d13d
commit
841a47fb28
@@ -247,7 +247,7 @@ Bug fixes
|
||||
- `Bug 97426 <https://bugs.freedesktop.org/show_bug.cgi?id=97426>`__ -
|
||||
glScissor gives vertically inverted result
|
||||
- `Bug 97448 <https://bugs.freedesktop.org/show_bug.cgi?id=97448>`__ -
|
||||
[HSW] deqp-vk.api_.copy_and_blit.image_to_image_stencil regression
|
||||
[HSW] deqp-vk.api\_.copy_and_blit.image_to_image_stencil regression
|
||||
- `Bug 97476 <https://bugs.freedesktop.org/show_bug.cgi?id=97476>`__ -
|
||||
Shader binaries should not be stored in the PipelineCache
|
||||
- `Bug 97477 <https://bugs.freedesktop.org/show_bug.cgi?id=97477>`__ -
|
||||
|
Reference in New Issue
Block a user