Document tools 32
Convert between Markdown, HTML, DOCX, LaTeX, EPUB, AsciiDoc, reStructuredText and more, using Pandoc compiled to WebAssembly. Subtitle conversion and timing tools sit here too. Conversion is best effort: each page says what its format drops.
Markdown out10
Markdown in10
Subtitles11
Contacts1
Questions
What does the conversion?
Pandoc, compiled to WebAssembly and running in this tab. It is the same converter that runs on the command line, so the output matches what Pandoc produces elsewhere for the same input.
Will my formatting survive?
Structure survives: headings, lists, emphasis, links, tables and code blocks. Layout and styling do not, because the target formats express them differently. Each tool page says what its own conversion drops.
What happens to images in a DOCX?
Converting a DOCX returns Pandoc's text output only, so extracted images stay in Pandoc's media bag and the links in your Markdown point at files you do not receive. Open the .docx as a zip to get them; the tool page says this too.
Can I convert subtitles between formats?
Yes. SRT, VTT, ASS and SBV convert between each other, and there are tools to shift timings, merge, split and strip formatting. Time precision differs between formats, so the pages note where rounding happens.
Is anything uploaded?
No. Pandoc runs as WebAssembly in the page. A contract or a manuscript converted here never leaves your device.