Write a comment abouth the test here. *** Parameters: *** {:footnotes_used=>["^b", "^c", "^a"]} *** Markdown input: *** That's some text with a footnote [^b] and another [^c] and another [^a]. [^a]: And that's the footnote. That's the second paragraph of the footnote. [^b]: And that's the footnote. This is second sentence (same paragraph). [^c]: This is the very long one. That's the second paragraph. This is not a footnote. *** Output of inspect *** md_el(:document,[ md_par([ "That", md_entity("rsquo"), "s some text with a footnote ", md_foot_ref("^b"), " and another ", md_foot_ref("^c"), " and another ", md_foot_ref("^a"), "." ]), md_el(:footnote,[ md_par(["And that", md_entity("rsquo"), "s the footnote."]), md_par([ "That", md_entity("rsquo"), "s the second paragraph of the footnote." ]) ],{:footnote_id=>"^a"},[]), md_el(:footnote,[ md_par([ "And that", md_entity("rsquo"), "s the footnote. This is second sentence (same paragraph)." ]) ],{:footnote_id=>"^b"},[]), md_el(:footnote,[ md_par(["This is the very long one."]), md_par(["That", md_entity("rsquo"), "s the second paragraph."]) ],{:footnote_id=>"^c"},[]), md_par(["This is not a footnote."]) ],{},[]) *** Output of to_html ***
That’s some text with a footnote 1 and another 2 and another 3.
This is not a footnote.
That's some text with a footnote [^b] and another [^c] and another [^a].
[^a]: And that's the footnote.
That's the second paragraph of the footnote.
[^b]: And that's the footnote. This is second sentence (same paragraph).
[^c]: This is the very long one.
That's the second paragraph.
This is not a footnote.
*** Output of Markdown.pl (parsed) ***That's some text with a footnote [^b] and another [^c] and another [^a].
[^a]: And that's the footnote.
That's the second paragraph of the footnote.
[^b]: And that's the footnote. This is second sentence (same paragraph).
[^c]: This is the very long one.
That's the second paragraph.
This is not a footnote.