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.
1 parent d9d64f6 commit 88d9ca0Copy full SHA for 88d9ca0
sphinxarg/ext.py
@@ -57,6 +57,7 @@ def renderList(l, markDownHelp, settings=None):
57
if len(l) == 0:
58
return []
59
if markDownHelp:
60
+ from sphinxarg.markdown import parseMarkDownBlock
61
return parseMarkDownBlock('\n\n'.join(l) + '\n')
62
else:
63
if settings is None:
0 commit comments