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