Closed dpryan79 closed 7 years ago
Related to #44, the following still need to be finalized:
Additionally, it would be nice to render reStructuredText and Markdown in command descriptions and help messages:
This would require an additional directive option (:renderHelp: reStructuredText or :renderHelp:Markdown maybe).
:renderHelp: reStructuredText
:renderHelp:Markdown
Progress on this can be tracked in the feature/implement44 branch.
feature/implement44
There's no way to not strip white-space, this is done inside docutils.
Related to #44, the following still need to be finalized:
Is there a way to get sphinx to not strip white-space from the right?Additionally, it would be nice to render reStructuredText and Markdown in command descriptions and help messages:
This would require an additional directive option (
:renderHelp: reStructuredText
or:renderHelp:Markdown
maybe).