Result: a single cross-platform, zero-dependency AWK script that converts Markdown to raw HTML.
478loc, vanilla HTML, web-safe colors, zero JS/CSS/inline styles, frameset navigation, contenteditable for copy & paste.
Demo: https://www.tirreno.com/hellodocs/
Input MD: https://github.com/tirrenotechnologies/hellodocs/
Try it: git clone https://github.com/tirrenotechnologies/hellodocs.git && cd hellodocs && awk -f hellodocs.awk -v title='Hello, Docs!' README.md