blob: f12e67754bc29678c3593f926eb7106bc901cb60 (
plain)
1
2
3
4
5
6
7
|
py-markdown2 provides a converter written in Python that closely
matches the behaviour of the original Perl-implemented Markdown.pl.
There is another Python markdown.py , but markdown2.py is faster
and, to my knowledge, more correct.
Markdown is a light text markup format and a processor to convert
that to HTML.
|