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>&nbsp;<a href="#fnref:first" class="reversefootnote">&#8617;</a></p> + <p>Consecutur adisping.<sup id="fnref:third"><a href="#fn:third" class="footnote">3</a></sup> <a href="#fnref:first" class="reversefootnote">&#8617;</a></p> </li> <li id="fn:second"> - <p>Sed ut perspiciatis unde omnis.&nbsp;<a href="#fnref:second" class="reversefootnote">&#8617;</a></p> + <p>Sed ut perspiciatis unde omnis. <a href="#fnref:second" class="reversefootnote">&#8617;</a></p> </li> <li id="fn:third"> - <p>Sed ut.&nbsp;<a href="#fnref:third" class="reversefootnote">&#8617;</a></p> + <p>Sed ut. <a href="#fnref:third" class="reversefootnote">&#8617;</a></p> </li> </ol> </div>