alex-rudakov / sphinx-argparse

Sphinx extension that automatically document argparse commands and options
MIT License
49 stars 40 forks source link

Markdown inclusion #52

Closed dpryan79 closed 7 years ago

dpryan79 commented 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).

dpryan79 commented 7 years ago

Progress on this can be tracked in the feature/implement44 branch.

dpryan79 commented 7 years ago

There's no way to not strip white-space, this is done inside docutils.