Sha256: 632e21412410ee369f8b6d9cecb4917572b9b62eeb77a9d6965d34de21d715b4
Contents?: true
Size: 1.27 KB
Versions: 3
Compression:
Stored size: 1.27 KB
Contents
<p>This is some *ref.<sup id="fnref:fn"><a href="#fn:fn" class="footnote">1</a></sup></p> <blockquote> <p>a blockquote <sup id="fnref:3"><a href="#fn:3" class="footnote">2</a></sup></p> </blockquote> <ul> <li>and a list item <sup id="fnref:1"><a href="#fn:1" class="footnote">3</a></sup></li> </ul> <h1>And a header<sup id="fnref:now"><a href="#fn:now" class="footnote">4</a></sup></h1> <p>A marker without a definition [^without].</p> <p>A marker <sup id="fnref:empty"><a href="#fn:empty" class="footnote">5</a></sup> used twice[^fn].</p> <div class="footnotes"> <ol> <li id="fn:fn"> <p>Some foot note text<a href="#fnref:fn" class="reversefootnote">↩</a></p> </li> <li id="fn:3"> <p>other text with more lines</p> <blockquote> <p>and a quote</p> </blockquote> <p><a href="#fnref:3" class="reversefootnote">↩</a></p> </li> <li id="fn:1"> <p>some <em>text</em><a href="#fnref:1" class="reversefootnote">↩</a></p> </li> <li id="fn:now"> <pre><code>code block continued here </code></pre> <p><a href="#fnref:now" class="reversefootnote">↩</a></p> </li> <li id="fn:empty"> <p><a href="#fnref:empty" class="reversefootnote">↩</a></p> </li> </ol> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
kramdown-1.0.2 | test/testcases/span/04_footnote/markers.html |
kramdown-1.0.1 | test/testcases/span/04_footnote/markers.html |
kramdown-1.0.0 | test/testcases/span/04_footnote/markers.html |