1This is the first paragraph.[^first] 2 3[^first]: This is the first note. 4 5* List item one.[^second] 6* List item two.[^third] 7 8[^third]: This is the third note, defined out of order. 9[^second]: This is the second note. 10[^fourth]: This is the fourth note. 11 12# Header[^fourth] 13 14Some paragraph with a footnote[^1], and another[^2]. 15 16[^1]: Content for fifth footnote. 17[^2]: Content for sixth footnote spaning on 18 three lines, with some span-level markup like 19 _emphasis_, a [link][]. 20 21[link]: http://www.michelf.com/ 22 23Another paragraph with a named footnote[^fn-name]. 24 25[^fn-name]: 26 Footnote beginning on the line next to the marker. 27 28This paragraph should not have a footnote marker since 29the footnote is undefined.[^3] 30 31This paragraph should not have a footnote marker since 32the footnote has already been used before.[^1] 33 34This paragraph links to a footnote with plenty of 35block-level content.[^block] 36 37[^block]: 38 Paragraph. 39 40 * List item 41 42 > Blockquote 43 44 Code block 45 46This paragraph host the footnote reference within a 47footnote test[^reference]. 48 49[^reference]: 50 This footnote has a footnote of its own.[^nested] 51 52[^nested]: 53 This footnote should appear even though as it is refered 54 from another footnote. But [^reference] should be litteral 55 since the footnote with that name has already been used. 56 57 - - - 58 59Testing unusual footnote name[^1$^!"']. 60 61[^1$^!"']: Haha! 62