Module
Python Version
You can put markdown in triple-quoted strings in Python.
inline comments
It works in inline comments. The start and end markers must be on their own lines.
docstrings
It works in docstrings. The start and end quotes must be on their own lines.
Drawback: simple
does not remove leading whitespace.