```` 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.


  1. This is a note.

    Second paragraph.↩︎

  2. code
    

    ↩︎

```` ``` test[^nonexistent] [^unused]: note more .

test1


  1. ↩︎

``` ``` [^a] [^b] [^b]: .

1 2


  1. ↩︎

  2. ↩︎

``` Issue #37: ``` text[^footnote]. [^footnote]: very long footnote[^another-footnote] [^another-footnote]: bla bla[^another-footnote] .

text1.


  1. very long footnote2↩︎

  2. bla bla2↩︎

```