Skip to content

Commit 87cbbdd

Browse files
committed
update footnotes test output to fix test fail
1 parent c1940d3 commit 87cbbdd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<p>a statement<sup class="footnote-ref"><a href="#fn-1" id="fnref-1" data-footnote-ref>1</a></sup></p>
2-
<section class="footnotes" data-footnotes>
1+
<p>a statement<sup><a href="#fn-1" id="fnref-1" rel="nofollow">1</a></sup></p>
2+
<section>
33
<ol>
44
<li id="fn-1">
5-
<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>
5+
<p>this is true <a href="#fnref-1" rel="nofollow"></a></p>
66
</li>
77
</ol>
88
</section>

tests/fixtures/test_GFM_footnotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
a statement[^1]
22

3-
[^1]: this is true
3+
[^1]: this is true

0 commit comments

Comments
 (0)