Skip to content

Commit

Permalink
update footnotes test output to fix test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng committed Jan 18, 2025
1 parent c1940d3 commit 32db965
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/fixtures/test_GFM_footnotes.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<p>a statement<sup class="footnote-ref"><a href="#fn-1" id="fnref-1" data-footnote-ref>1</a></sup></p>
<section class="footnotes" data-footnotes>
<p>a statement<sup><a href="#fn-1" id="fnref-1" rel="nofollow">1</a></sup></p>
<section>
<ol>
<li id="fn-1">
<p>this is true <a href="#fnref-1" class="footnote-backref" data-footnote-backref data-footnote-backref-idx="1" aria-label="Back to reference 1"></a></p>
<p>this is true <a href="#fnref-1" rel="nofollow"></a></p>
</li>
</ol>
</section>

0 comments on commit 32db965

Please sign in to comment.