Converts Markdown to HTML with CommonMark specification compliance
Strongly specified, highly compatible implementation of Markdown
cmark
$ cmark input.md > output.html
$ echo '# Hello' | cmark --to html
$ cmark --to xml input.md