internal/testdata/fixtures/posts/with-footnotes.md

---
title: Footnote rendering
date: 2024-12-05
tags: [markdown, footnotes]
---

Footnotes[^1] are rendered at the bottom of the page with a backlink.

Multiple references[^long-label] point at the same definition.

The tilstream renderer assigns a 1-based index in document order.

[^1]: The first footnote, with a short body.

[^long-label]: A longer footnote body that could wrap across many
    lines in the rendered HTML.