File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 11* travis.log
2- .vscode
2+ .vscode
3+ necmark.zip
Original file line number Diff line number Diff line change @@ -11,3 +11,19 @@ necmark is a haxe/neko library that wraps subset of cmark C library (that is one
1111- supported options: `` CMARK_OPT_UNSAFE `` , `` CMARK_OPT_NOBREAKS `` ,
1212 `` CMARK_OPT_HARDBREAKS `` , `` CMARK_OPT_SOURCEPOS `` , `` CMARK_OPT_SMART ``
1313- safe HTML output is on by default (like in `` libcmark `` )
14+
15+ ## Installation
16+
17+ haxelib install necmark
18+ or
19+
20+ haxelib git https://github.com/ConstNW/necmark
21+
22+ ### Usage
23+
24+ ``` haxe
25+ var n = new necmark.Necmark("Hello World!");
26+ n.render(ncrHtml(necmark.Necmark.RENDER_OPT_UNSAFE));
27+ ```
28+
29+ [ more examples] ( https://github.com/ConstNW/necmark/tree/master/test )
You can’t perform that action at this time.
0 commit comments