Skip to content

Commit

Permalink
updated tests for footnotes
Browse files Browse the repository at this point in the history
  • Loading branch information
MSzturc committed Jun 14, 2022
1 parent 3fd83cb commit 7991314
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/__snapshots__/basicSyntax.unit.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ exports[`Basic Markdown Syntax > Footnotes 1`] = `
<div class=\\"footnotes\\" role=\\"doc-endnotes\\">
<ol>
<li id=\\"fn:1\\" role=\\"doc-endnote\\"><p>
<li id=\\"fn:1\\" role=\\"doc-endnote\\" class=\\"footnote\\"><p>
meaningful!
Expand All @@ -163,15 +163,15 @@ exports[`Basic Markdown Syntax > Footnotes in Tables 1`] = `
<div class=\\"footnotes\\" role=\\"doc-endnotes\\">
<ol>
<li id=\\"fn:1\\" role=\\"doc-endnote\\"><p>
<li id=\\"fn:1\\" role=\\"doc-endnote\\" class=\\"footnote\\"><p>
fn1
</p></li><li id=\\"fn:2\\" role=\\"doc-endnote\\"><p>
</p></li><li id=\\"fn:2\\" role=\\"doc-endnote\\" class=\\"footnote\\"><p>
fn2
</p></li><li id=\\"fn:3\\" role=\\"doc-endnote\\"><p>
</p></li><li id=\\"fn:3\\" role=\\"doc-endnote\\" class=\\"footnote\\"><p>
fn3
Expand Down

0 comments on commit 7991314

Please sign in to comment.