Admonitions & Footnotes Demo

This sentence has a footnote.1 Here’s another reference in the same paragraph.2

Heads up

This is a note. It supports emphasis, inline code, and links.

Pro tip

Keep paragraphs indented beneath the marker.

  • bullet one
  • bullet two

Caution

This warning includes a code block:

python def hello(name: str) -> str: return f"Hello, {name}!" print(hello("Jude"))

Inline code shows normally: x = 42. A repeated reference goes here.2 And one last one.3


  1. First footnote with a small example link to https://example.org. ↩︎

  2. Reused footnote to confirm backlinks behave nicely. ↩︎↩︎

  3. Third footnote to test multiple entries. ↩︎