Documentation
mdtohtml: Markdown to HTML with a GitHub-style skin
A Go CLI and library to render Markdown to standalone HTML with GitHub-flavoured styling, batch mode and validation
I write a lot of Markdown — for this blog, for READMEs, for one-off docs that need to be emailed as a single self-contained HTML file. Pandoc is overkill. gh markdown-preview requires a network round-trip. Most lightweight converters either don’t do GitHub-flavoured Markdown properly or render output that looks like 2003. So I wrote mdtohtml.