using Python Markdown
by David JonesTo install
pip install --user Markdown
The Markdown Reference is a pretty good start for programming.
When I use markdown
in brutal
, I only use a single function.
The admirably simple markdown.markdown()
which takes a string
and converts it to HTML.