Tiramisu Docs

Content

Diagrams & Math

Render Mermaid diagrams and LaTeX math formulas in your Tiramisu documentation pages.

Render diagrams and mathematical formulas client-side.

Mermaid Diagrams

Create flowcharts, sequence diagrams, and more with mermaid:

tiramisu
mermaid { graph TD
    A[Start] --> B[Process]
    B --> C[End] }
Preview
graph TD
    A[Start] --> B[Process]
    B --> C[End]

Supported Diagram Types

TypeSyntax
Flowchartgraph TD or graph LR
SequencesequenceDiagram
ClassclassDiagram
StatestateDiagram-v2
Ganttgantt
Piepie

Math Formulas

Render LaTeX math with math. Formulas are rendered using KaTeX:

tiramisu
math { "E = mc^2" }
Preview