cl markless markdown

1.0.0

A compiler for Markdown to Markless

This system allows you to convert from Markdown to Markless.

(cl-markless:output (cl-markless-markdown:parse "> [*woah*](http://example.com)"))
;; => | "//woah//"(http://example.com)

Some features do not translate well between the two markups however. Markdown's references are translated to footnotes as well as possible, and HTML tags are entered as html-tag components, which are by default ignored on any output. Everything else should be translated as expected.

You can also directly convert Markdown files to Markless files.

(cl-markless-markdown:convert "README.md")
;; => #p"README.mess"

System Information

1.0.0
Nicolas Hafner
Artistic

Definition Index