Visual overviews
Use this page as a reference when you drop AI-generated overviews into Markdown/MDX: equations, architecture diagrams, and simple charts.
LaTeX math (KaTeX)
Inline: let be the learning rate and optimize .
Block (fenced math):
Display with $$ also works:
Mermaid
Flow / sequence / Gantt / pie and more — use a mermaid code fence:
Charts (Recharts in MDX)
For interactive bar charts, use the OverviewBarChart component (registered globally in MDX):
Loading chart…
Pass your own data array of { name, value } objects. Prefer Mermaid for quick diagrams during reviews; use Recharts when you need tooltips and axis labels like a small dashboard.