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. You can even tell it to remove leading whitespace with the 'trim' option.