{pymdgen-cmd:pymdgen --help}
pymdgen pymdgen
pymddgen also provides a markdown extension that allows you to easily insert code and command documentation into your generated docs.
Simply add the pymdgen
extension to the markdown_extensions
section in
your mkdocs.yml
config file.
{!examples/md-codedocs.txt!}
{!examples/md-cmddocs.txt!}