This is a blog post written in Markdown. Delete it once you have written your own.

Text

Regular paragraphs, bold, italic, inline code, and links all work as in any Markdown file.

Code

Fenced code blocks get syntax highlighting:

def hello(name: str) -> str:
    return f"hello, {name}"

Math

With math: true in the front matter, MathJax renders TeX. Inline: $e^{i\pi} + 1 = 0$. Display:

$$ \int_{-\infty}^{\infty} e^{-x^2}\,dx = \sqrt{\pi} $$

Images

Put images in assets/img/ and reference them with a root-relative path:

![alt text](/assets/img/photo.jpg)