test/testcases/span/04_footnote/inside_footnote.html in kramdown-1.14.0 vs test/testcases/span/04_footnote/inside_footnote.html in kramdown-1.15.0
- old
+ new
@@ -3,15 +3,15 @@
<p>Lorem ipsum<sup id="fnref:second"><a href="#fn:second" class="footnote">2</a></sup> dolor sit amet.</p>
<div class="footnotes">
<ol>
<li id="fn:first">
- <p>Consecutur adisping.<sup id="fnref:third"><a href="#fn:third" class="footnote">3</a></sup> <a href="#fnref:first" class="reversefootnote">↩</a></p>
+ <p>Consecutur adisping.<sup id="fnref:third"><a href="#fn:third" class="footnote">3</a></sup> <a href="#fnref:first" class="reversefootnote">↩</a></p>
</li>
<li id="fn:second">
- <p>Sed ut perspiciatis unde omnis. <a href="#fnref:second" class="reversefootnote">↩</a></p>
+ <p>Sed ut perspiciatis unde omnis. <a href="#fnref:second" class="reversefootnote">↩</a></p>
</li>
<li id="fn:third">
- <p>Sed ut. <a href="#fnref:third" class="reversefootnote">↩</a></p>
+ <p>Sed ut. <a href="#fnref:third" class="reversefootnote">↩</a></p>
</li>
</ol>
</div>