mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
9 lines
394 B
Plaintext
9 lines
394 B
Plaintext
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.
|