DEV Community

crypto plato
crypto plato

Posted on

TIL you can do Markdown Preview entirely client-side

Sharing a small thing I made: Markdown Preview — Markdown to HTML converter with live split-pane preview — 100% browser-side, nothing uploaded.

The interesting bit isn't the feature list, it's that the whole thing is one
HTML file with no backend. A Markdown Preview doesn't actually need a server, so this one
doesn't have one. No upload, no account, no tracking beyond a privacy-friendly
analytics beacon.

If that's useful to you: https://md.platotools.com/. More like it at platotools.com.

Top comments (0)