MarkdownX
MarkdownX copied to clipboard
commonmark instead of marked?
CommonMark is a rationalized version of Markdown syntax, with a spec and BSD-licensed reference implementations in C and JavaScript.
- https://github.com/jgm/cmark (C, can be used under JNI?)
- https://github.com/jgm/commonmark.js (JavaScript)