The author is lying. The source isn't actually a markdown document, the source is HTML (you can easily verify this by right-clicking and selecting "View Source") It's actually quite easy to actually render markdown pages in a browser. Start with this: ## MarkDown *HERE*!!!!! and "notes-all.js" contains something like this: document.write(' ')); document.addEventListener('DOMContentLoaded', (event) => { var m = markdo…
I like your "Serve markdown, transform through a client-side script" approach though, so upvoting nonetheless.