ports/textproc/py-markdown-it/pkg/DESCR

6 lines
209 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
markdown-it is a fast and easily extensible Markdown parser.
It follows the CommonMark spec + adds syntax extensions & sugar
(URL autolinking, typographer).
The original is in node.js; this is a Python port.