Documents & Markdown

Math formulas and Mermaid diagrams

KaTeX renders `$$...$$`; Mermaid renders fenced `mermaid` blocks — enough for papers and RFCs.

Kition Team·Apr 3, 2026·4 min read

Examples

$$
\sum_{i=1}^{n} i = \frac{n(n+1)}{2}
$$

```mermaid
flowchart LR
  user --> agent --> tools --> vault
```

Export

When exporting PDF / HTML, both render to inlined SVG — no external CDN dependency.

Ready when you are.

Kition is a local-first AI workspace. Markdown documents, structured tables, and an AI agent — running on your own machine, against the model provider you choose.