Skip to content

nadako/commonmark-hx

Repository files navigation

Build Status

CommonMark for Haxe

This is a port the JavaScript reference implementation of the CommonMark spec.

It's currently only passes CommonMark spec tests on JavaScript and C# targets.

Example usage

This is similar to the original JS version

var parser = new commonmark.Parser();
var ast = parser.parse("# Hello");
var writer = new commonmark.HtmlRenderer();
var html = writer.render(ast);

About

CommonMark for Haxe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages