Convert LaTeX to Markdown Online

Convert pasted LaTeX or one .tex file to editable GitHub Flavored Markdown. Processing stays in your browser and preserves inline and display math.

Drop one UTF-8 .tex file here, or select a file (maximum 5 MB)

LaTeX Input

From LaTeX to readable Markdown

Convert headings, paragraphs, emphasis, lists, quotes, links, images, tables, code, and formulas into clean GitHub Flavored Markdown.

Private browser-based conversion

Your LaTeX source is parsed locally in a Web Worker. It is not uploaded, logged, or sent to a conversion server.

A practical common-LaTeX subset

The converter handles common document structures and keeps math source inside dollar delimiters. Custom macros, package-specific syntax, references, and bibliographies are best-effort and may produce warnings.

Frequently Asked Questions

Does the converter upload my LaTeX?
No. Parsing and conversion run locally in your browser, and there is no server fallback.
Which LaTeX features are supported?
The initial version supports common headings, paragraphs, emphasis, lists, quotes, links, images, tables, code, and inline or display math.
Are custom commands and packages supported?
Not reliably. The converter does not execute TeX or expand arbitrary custom commands. Unsupported syntax is converted on a best-effort basis and may produce warnings.
What files can I upload?
You can upload one UTF-8 encoded .tex file up to 5 MB. Multi-file projects, ZIP archives, bibliography files, and bundled images are not supported.