LaTeX to Markdown - Academic Papers to Web Format
Convert LaTeX documents to Markdown format. Transform academic papers and research notes into GitHub-ready Markdown while preserving math notation.
Note: First conversion initializes Pandoc WebAssembly (~55MB download). Subsequent conversions are instant and work offline.
Drop LaTeX file here or click to browse
Accepts .tex, .latex filesEnter LaTeX content to convert
LaTeX to Markdown Reference
| LaTeX | Markdown Output |
|---|---|
\section{} | # Heading |
\subsection{} | ## Heading |
\textbf{} | **bold** |
\textit{} | *italic* |
\texttt{} | `code` |
$E=mc^2$ | $E=mc^2$ (preserved) |
\begin{itemize} | - item |
\href{}{} | [text](url) |
Conversion complete