summaryrefslogtreecommitdiff
path: root/textproc/py-markdown2/DESCR
blob: 1b798f85c9b86a39301446ef2465c1e3f59aa83d (plain)
1
2
3
4
5
6
7
8
Markdown is a text-to-HTML filter; it translates an easy-to-read /
easy-to-write structured text format into HTML.  Markdown's text
format is most similar to that of plain text email, and supports
features such as headers, *emphasis*, code blocks, blockquotes, and
links.  -- http://daringfireball.net/projects/markdown/

This is a fast and complete Python implementation of the Markdown
spec.