LaTeX Typora V2 gives long-form Markdown and technical documentation the typography and spacing of a LaTeX document. The family includes light and dark reading themes plus a developer-dark variant.
Light mode with New Computer Modern
Dark mode with the same document geometry
The light and dark themes set body text in New Computer Modern. Their 32em measure, 1.55em paragraph indent, zero paragraph spacing, numbered sections, LaTeX list markers, booktabs tables, and footnotes follow article.cls metrics at 11pt on letter paper.

Attention Is All You Need rendered inside Typora
macOS and Linux:
curl -fsSL https://raw.githubusercontent.com/shamsghi/LatexTypora/main/scripts/install.sh | bash
Windows PowerShell:
irm https://raw.githubusercontent.com/shamsghi/LatexTypora/main/scripts/install-windows.ps1 | iex
latex.css, latex-dark.css, latex-dev-dark.css, and latex_fonts/ into that folder.For source, customization, demos, and release notes, visit shamsghi/LatexTypora.
@font-face rules during export.article class at 11pt on letter paper. The narrower 32em text column, paragraph indentation, heading scale, section spacing, lists, tables, quotations, and footnotes now follow LaTeX conventions more closely.##, ###, and #### headings now appear as 1, 1.1, and 1.1.1, matching LaTeX’s \section, \subsection, and \subsubsection hierarchy. A \quad-sized space separates each number from its title, while # remains unnumbered for the document title.V2 retains the language support introduced in V1: cross-platform CJK font stacks and two-character first-line indentation for Chinese, Japanese, and Korean paragraphs, plus Noto Nastaliq for Urdu and Persian.
The developer theme uses a 46em monospace measure with left-aligned text. Fenced blocks keep their language labels in reading mode and exports; diff rows carry full-width add and remove tints. Wide code, tables, and diagrams show their scrollbars.

The developer-dark variant for code-heavy Markdown