````
test[^a] and another[^foo_bar].
[^a]: This is a note.
Second paragraph.
[^foo_bar]:
```
code
```
another ref to the first note[^a].
.
test1 and another2.
another ref to the first note1.
-
This is a note.
Second paragraph.↩︎
-
code
↩︎
````
```
test[^nonexistent]
[^unused]: note
more
.
test1
```
```
[^a]
[^b]
[^b]:
.
1
2
```
Issue #37:
```
text[^footnote].
[^footnote]: very long footnote[^another-footnote]
[^another-footnote]: bla bla[^another-footnote]
.
text1.
-
very long footnote2↩︎
-
bla bla2↩︎
```