Markdown extensions
Examples of math, Mermaid diagrams, and Twoslash code snippets
Math
Inline math uses familiar TeX syntax: .
Mermaid diagrams
Twoslash code snippets
type = {
: string;
: boolean;
};
const = {
: "Software Factory",
: true,
} satisfies ;
// Hover project to see its inferred type.
project;