> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coderide.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Math Formulas

> LaTeX math via KaTeX, anywhere Coder renders markdown.

* **LaTeX math via KaTeX** write `$formula$` for inline math or `$$formula$$` for a centered display block, anywhere Coder renders markdown: AI chat, Markdown preview, Kanban cards, Orchestrator agent streams, and Mindmap node labels
* **Standard math syntax** subscripts (`x_i`), superscripts (`x^2`, combinable as `x_i^2`), fractions (`\frac{a}{b}`), roots, sums/integrals with bounds (`\sum_{i=1}^n`, `\int_0^\infty`), Greek letters, matrices, and more — the same subset of LaTeX math mode that GitHub and most AI chat UIs support
* **Not full LaTeX** KaTeX typesets math notation only; no document macros, equation numbering, or arbitrary LaTeX packages
