mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add another sectionchar.
This commit is contained in:
parent
68a15b5b74
commit
1f18db60a4
@ -47,7 +47,7 @@ STDINDENT = 3
|
||||
|
||||
|
||||
class TextTranslator(nodes.NodeVisitor):
|
||||
sectionchars = '*=-~"+'
|
||||
sectionchars = '*=-~"+`'
|
||||
|
||||
def __init__(self, document, builder):
|
||||
nodes.NodeVisitor.__init__(self, document)
|
||||
|
Loading…
Reference in New Issue
Block a user