Use the AI's copy button
ChatGPT, Claude, and Gemini all expose a copy button that preserves the underlying markdown — code fences, lists, and LaTeX included. Manual text selection loses all of it.
Practical writeups on the conversion workflows we ship for. Skim, bookmark, ship.
ChatGPT, Claude, and Gemini all expose a copy button that preserves the underlying markdown — code fences, lists, and LaTeX included. Manual text selection loses all of it.
The converter's Upload .md button (and the drag-and-drop zone on /markdown-to-word) accepts .md, .markdown, and .txt files — the file opens straight into the live preview. Up to 20 files at once go through /batch.
Inline `$x$` and block `$$ ... $$` render via KaTeX in HTML/PDF and translate to native Office Math (OMML) in DOCX. Equations stay editable in Word.
Drag a folder of markdown files onto /batch. Three convert in parallel, the rest queue, everything bundles into one ZIP.
PDF, HTML, Markdown, and the live preview run entirely in your browser. DOCX export POSTs the markdown to our Pandoc route for higher-fidelity Word output — temp files only, deleted immediately, no logging of content. Set-it-and-forget-it for sensitive docs: the local-only DOCX fallback always works too.
Your current draft is mirrored to localStorage and restored on next visit. The History panel keeps the last few conversions for quick re-export.
When the server-side Pandoc route is reachable, exports go through Pandoc for highest fidelity. Otherwise the client-side `docx` package handles it. Both are good — Pandoc just wins on tricky edge cases.