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 (up to 5 MB) or a LaTeX project ZIP (up to 20 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. Cross-references retain their label keys and citations retain their bibliography keys, while numbering, bibliography records, custom macros, and package-specific syntax may require manual review.

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 converter supports common headings, document title metadata, paragraphs, emphasis, lists, descriptions, abstracts, quotes, links, image paths, captions, tables, footnotes, code, and inline or display math. Reference and citation keys are preserved, but their compiled numbers and bibliography records cannot be calculated locally.
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 .tex file up to 5 MB or a LaTeX project ZIP up to 20 MB. Project ZIPs can resolve input/include files, basic BibTeX records, and PNG, JPEG, GIF, or WebP images. Converted project downloads include the Markdown file and referenced images.