A Markdown parser in Haxe, ported from dart-markdown.
Markdown, created by John Gruber, author of the Daring Fireball blog. The original source of Markdown can be found at Daring Fireball - Markdown.
haxelib install markdown
Markdown.markdownToHtml(markdown);
Clone the repository:
git clone https://github.com/dpeek/haxe-markdown
Tell haxelib where your development copy of haxe-markdown is installed:
haxelib dev markdown haxe-markdown/src
To return to release builds:
haxelib dev markdown