cd ..~/projects/mdtopdf$ ~/built-with$ ~/why$
Markdown to PDF
Load or paste Markdown, edit it in the browser, and export a clean PDF with no browser print headers or footers. Renders GitHub Flavored Markdown and sanitizes the HTML before preview. No backend and no upload path, so files stay local to the browser session.
[react][typescript][tailwind css 4][vite][pdfmake]
Why I built this
I wanted a fast, local way to turn Markdown into a properly formatted PDF, entirely in the browser. Building it let me work with the unified, remark, and rehype pipeline and convert a Markdown AST directly into a pdfmake document definition, so the PDF is typeset from the document structure itself.