Support GitHub Flavored Markdown (GFM)
Closed this issue · 0 comments
cjw296 commented
Spec is here: https://github.github.com/gfm/
Looks like both doctests and python source are supported in python
fenced code blocks:
import this
>>> "a doctest"
"a doctest"