Skip to main content
This page shows off the features available in this Mintlify docs site. Its best to view the raw markdown source of this page on GitHub to see how things are written.

Markdown

Best to look at a general markdown guide for this! bold italic strikethrough

Callouts

Mintlify provides several callout components:
General information and notes.
Additional context or background info.
Helpful tips and tricks.
Watch out for potential issues.
Critical information that requires attention.

Accordions

Hidden content that can be revealed on demand.

Code blocks

public sealed class GreeterSystem : EntitySystem
{
    public void GreetEveryone(string message)
    {
        Logger.Info(message);
    }
}

LaTeX

Block LaTeX: μ=1Ni=0xi\mu = \frac{1}{N} \sum_{i=0} x_i Inline LaTeX: LaTeX\LaTeX

Mermaid

Last modified on June 20, 2026