Fix #789: `:samp:` role supports to escape curly braces with backslash

This commit is contained in:
Takeshi KOMIYA
2018-04-28 11:39:13 +09:00
parent 93837bb01e
commit 622119a9d4
4 changed files with 122 additions and 10 deletions

View File

@@ -23,6 +23,7 @@ Incompatible changes
:py:meth:`.Sphinx.add_transform()`
* #4827: All ``substitution_definition`` nodes are removed from doctree on
reading phase
* #789: ``:samp:`` role supports to escape curly braces with backslash
Deprecated
----------