3bmd

https://github.com/3b/3bmd.git

git clone 'https://github.com/3b/3bmd.git'

(ql:quickload :3bmd)
21

Common Lisp Markdown → html converter, using esrap for parsing, and grammar based on peg-markdown.

Currently a bit slow and uses lots of RAM for large documents (particularly when using the top-level doc parser instead of reading documents as a sequence of blocks), but seems to handle the tests from peg-markdown reasonably well.

todo:

Extensions: