Write or paste Markdown, check the live preview, then export it as a Word document, PDF, HTML page or plain text. Everything runs in your browser, so your text is never uploaded.
GitHub-flavoured Markdown: headings, bold, italics, strikethrough, links, bullet and numbered lists (including nested lists), task lists, tables with column alignment, block quotes, code blocks, inline code and horizontal rules.
Click Save as PDF. The converter opens your browser's print dialog with a clean, print-ready layout; choose Save as PDF as the destination. This uses the browser's own PDF engine, so text stays selectable and searchable.
Yes. Headings become Word heading styles, so the navigation pane and table of contents work, and lists, tables, links, bold, italics and code keep their formatting. Images are listed as placeholders, because the browser cannot fetch most images from other websites.
No. Rendering and export run entirely in your browser using self-hosted open-source libraries (marked, DOMPurify and docx). Nothing is sent to a server or saved.
Yes. The rendered HTML is sanitised with DOMPurify before it is previewed or exported, so scripts and event handlers in the Markdown are removed and never run.