summaryrefslogtreecommitdiffstats
path: root/tests/test_sphinx/sourcedirs/footnotes/footnote_md.md
blob: ca46d0e89765f50c650e39c27d29f06ed3c2f137 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Footnotes with Markdown

[^c]

```{note}
[^d]
```

[^a]

[^a]: some footnote *text*

[^b]: a footnote before its reference

[^b]

[^c]: a footnote referenced first

[^d]: a footnote referenced in a directive

[^123] [^123]

[^123]: multiple references footnote

[^x]: an unreferenced footnote

[^e]

> - [^e]: footnote definition in a block element