A quieter Markdown viewer
Write on the left. Read on the right. Drag the hairline between them to give each side the room it needs.
Why this exists
Most Markdown previewers feel like dev tools. This one is closer to a typeset draft — a place where the words come first and the chrome stays out of the way.
"The page is a sheet of paper. Treat it like one."
What you can do
- Format text with bold, italic, and
strike. - Drop a
codesnippet inline, or a full block:
function greet(name) {
return `Hello, ${name}.`;
}
- Keep a list of things to do:
- Sketch the layout
- Pick the typefaces
- Write the first real document
| Element | Shortcut |
|---|---|
| Heading | # then text |
| Link | [text](url) |
| Image |  |
Open the Cheat sheet in the top-right whenever you need a reminder.