Markdown → PDF
Write Markdown with LaTeX math, Mermaid diagrams, footnotes, and BibTeX citations. Export to a clean, professionally formatted PDF — all in your browser.
Template:
Document
Typography
Header / Footer
Markdown
Preview
Project Report
Introduction
This template demonstrates everything the exporter can do — math, diagrams, citations, footnotes, and more.
Math
Inline math: the area of a circle is .
Block math:
A Diagram
flowchart LR
A[Start] --> B{Decision?}
B -->|Yes| C[Run]
B -->|No| D[Stop]
Footnotes & Keys
Press Ctrl+P to print1.
Citations
According to (Knuth, 1984), typesetting matters. See also (Lamport, 1986).
References
Footnotes
-
Or use the Export to PDF button above. ↩
References
- Donald E. Knuth (1984). The TeXbook.. Addison-Wesley.
- Leslie Lamport (1986). LaTeX: A Document Preparation System.. Addison-Wesley.
Tips: Inline math
$E=mc^2$ · Block math $$\\int...$$ · Diagrams ```mermaid · Footnotes [^1] · Citations [@key] + a ```bibtex block. Allow pop-ups for PDF export.What it does
- ·LaTeX math — inline $E=mc^2$ and full block equations
- ·Mermaid flowcharts and diagrams render straight from fenced code blocks
- ·Footnotes and BibTeX-style citations with an auto-built References section
- ·Four templates — Default, Academic, Resume / CV, and 2-Column
- ·Custom header, footer, page numbers, and watermark
- ·Adjust fonts, sizes, line height, margins, and paragraph spacing
- ·Toggle between split, editor-only, and preview-only views