Add another sectionchar.

This commit is contained in:
Georg Brandl 2009-07-03 12:11:42 +02:00
parent 68a15b5b74
commit 1f18db60a4

View File

@ -47,7 +47,7 @@ STDINDENT = 3
class TextTranslator(nodes.NodeVisitor):
sectionchars = '*=-~"+'
sectionchars = '*=-~"+`'
def __init__(self, document, builder):
nodes.NodeVisitor.__init__(self, document)