Blink. Convert. Done.
LaTeX to Markdown converter
Drop a LaTeX document below and get clean Markdown, with the token count and what it costs to send. It is converted in your browser — the file never leaves your device.
Rates checked 2026-08-31. See the cost on all 35 models → · Use this as context for a prompt →
What a LaTeX actually stores
LaTeX records structure explicitly, which makes most of this conversion straightforward. Maths is the interesting case: it is passed through untouched, because models read TeX notation perfectly well and rewriting it would only lose precision.
Asking a model to review a paper, restructure an argument or explain a proof is much easier when the sectioning survives and the maths is intact.
What survives the conversion
Sectioning at every level, bold, italic, monospace, lists, verbatim and listing blocks, and hyperlinks. Inline and display maths are left exactly as written.
What does not
Tabular environments are left as raw LaTeX and flagged — they do not map cleanly to Markdown, and a mangled table is worse than an obvious one. Custom macros are stripped rather than expanded, since expanding them would require executing the preamble. Citations and cross-references lose their targets.
Saying so plainly is deliberate. A converter that quietly drops half a document is worse than one that tells you which half, because you can work around a limit you know about.
Questions
Is the maths preserved?
Yes, verbatim. Models read TeX notation well, and any attempt to convert it would lose precision for no gain.
What about my custom macros?
They are stripped, not expanded — expanding them would mean interpreting your preamble, which is a full TeX implementation rather than a converter.
Do tables convert?
No, and that is deliberate. Tabular markup does not map onto Markdown tables cleanly, so it is left visible and flagged rather than silently mangled.
Converting a different format
The same engine handles eighteen formats in total, all of them in your browser.
Token rates checked 2026-08-31. See the cost on all 35 models →
More free tools
All free, all instant, none of them need an account.