Markdown into documents worth printing.
Write on one side, watch a typeset, paginated document build itself on the other. Charts, themes, headers, page numbers, and a PDF that matches the preview exactly. Free, and it never leaves your browser.
- 1Paste or drop your Markdown.
- 2Set the theme, page and header.
- 3Export the PDF.
Real typography, not a preview
Pick a font pairing, set sizes per element, choose an accent. The page you see is laid out with the same engine that makes the PDF.
Charts you can edit by clicking
Charts are plain fenced blocks in your Markdown. Click one to edit it in a panel; the block updates as you go. The file stays portable.
Pages that behave
Explicit page breaks, table headers that repeat, and keep-together rules for figures and headings. Page numbers, running titles and your logo.
Nothing leaves your browser
Documents are stored locally with IndexedDB. No account, no upload, no watermark. Export the raw .md whenever you like — it carries its own styling.
Your styling lives in the file
Fonts, margins, page size and header content are written back into the document’s YAML frontmatter. Move the .md anywhere and it renders the same.
---
title: Quarterly Business Review
author: Priya Raman
mdstudio:
page:
size: A4
type:
accent: "#0f766e"
footer:
right: "Page {page} of {pages}"
---What it does not do
- No accounts, no sync, no teams — at least not yet.
- No rich-text editing. Markdown stays the source of truth.
- No .docx export. PDF and HTML only.