NiklasRosenstein / pydoc-markdown

Create Python API documentation in Markdown format.
http://niklasrosenstein.github.io/pydoc-markdown/
Other
449 stars 104 forks source link

Support for code-blocks using :: #299

Open Daniel-WWU-IT opened 11 months ago

Daniel-WWU-IT commented 11 months ago

Literal (code) blocks are usually written using a double-colon (::) like this:

Examples::

   Some code/other literal text goes here
   The block must be indented, and there must be
   a blank line between the caption and the block

This is currently not supported by pydoc-markdown, but it would be very awesome if it could be!