There's no way to publish markdown notes online, is there? They have to be converted to HTML first.

Or does someone know of something?

Reply to this note

Please Login to reply.

Discussion

Maybe that sounds like a stupid question. Dunno. 🤷

If you’re asking whether any web browsers render Markdown, then I think the answer is no.

I can only find stuff that just shows it like this: https://raw.githubusercontent.com/vitorpamplona/amethyst/main/README.md

Or as HTML, like this:

https://github.com/vitorpamplona/amethyst/blob/main/README.md

I guess there's no third option, but it seems like there should be a native way to interpret markdown in a browser.

I guess it's the same for json. Everything has to be converted to HTML, first.

Desktop Firefox will parse JSON and display it in a filterable, syntax-highlighted expandable tree.

https://firefox-source-docs.mozilla.org/devtools-user/json_viewer/index.html

Ah, sweet.

Just downloaded Firefox and it's true. Thanks.

Opera and Chrome just show raw json text.

Edge shows parser output. Also nice.

Found this. Closest I could come to a solution.

https://md-block.verou.me/

This is actually pretty good. The site source is clean and easy to read, like markdown, but it renders as an HTML page.