We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6af5fc2 + 27551cb commit 2fd9e9aCopy full SHA for 2fd9e9a
docs/c2rst.py
@@ -7,6 +7,7 @@ def __init__(self):
7
def parse(self, inputstring, document):
8
# This setting is missing starting with Sphinx 1.7.1 so we set it ourself.
9
document.settings.tab_width = 4
10
+ document.settings.character_level_inline_markup = False
11
stripped = []
12
for line in inputstring.split("\n"):
13
line = line.strip()
0 commit comments