Example Markdown Post
markdown
This is a plain Quatro Markdown post. Title, author, date and categories go in the YAML frontmatter at the top.
print("Code blocks render with syntax highlighting")Include math inline like \(e^{i\pi} + 1 = 0\) or as a display equation:
\[ \int_0^\infty e^{-x^2}\,dx = \frac{\sqrt{\pi}}{2} \]
And a citation {% cite buch2026example %} — handled natively by Quarto, no jekyll-scholar needed.
Callout boxes
Note
This is how you make a note/tip/warning callout — much simpler than fastpages’ includes.
Tip
Quarto handles this natively.