Home

Awesome

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.

Note that this library processes Markdown and not the newer (and better specified) CommonMark, so may not behave quite as expected for people used to the latter. See issue #53 for some discussion on why CommonMark support isn't currently planned, and would probably be in a separate library if it were implemented.

todo:

Extensions: