Math
Prose UI supports inline and block math formulas in LaTeX syntax, rendered with KaTeX.
KaTeX CSS required
Make sure you've imported the KaTeX stylesheet in your globals.css file:
See the installation guide for more details.
Inline math
Use single dollar signs $...$ for inline math formulas within paragraphs.
Inline math example
The quadratic formula is for solving equations.
Block math
Use double dollar signs $$...$$ on separate lines for block math formulas that appear as standalone, centered equations.
Block math example