Skip to content
All work
2025Tooling

Markdown Previewer

Type Markdown on the left, see formatted output immediately. Parsing runs in the browser, so nothing sits between a keystroke and the preview.

Tooling

Approach

A server round trip per keystroke would put a hundred milliseconds between typing and seeing, which is exactly the latency that makes a live preview pointless. Keeping the parser client-side is the whole design.