Skip to content

Commit

Permalink
Update test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
tats-u committed Jan 26, 2025
1 parent 894b35f commit a3a9411
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,18 @@ exports[`markdown-it-cjk-friendly > ** around pseudo-emoji (CJK symbols that are
"
`;
exports[`markdown-it-cjk-friendly > Compatible with GFM extension 1`] = `
exports[`markdown-it-cjk-friendly > Compatible with GFM extension (1) 1`] = `
"<p>あ<strong>()</strong>あ<sup><a href="#user-content-fn-1" id="user-content-fnref-1" data-footnote-ref="" aria-describedby="footnote-label">1</a></sup></p>
<section data-footnotes="" class="footnotes"><h2 id="footnote-label" class="sr-only">Footnotes</h2>
<ol>
<li id="user-content-fn-1">
<p><del>あ</del> <a href="#user-content-fnref-1" data-footnote-backref="" aria-label="Back to reference 1" class="data-footnote-backref">↩</a></p>
</li>
</ol>
</section>"
`;
exports[`markdown-it-cjk-friendly > Compatible with GFM extension (2) 1`] = `
"<p>あ<strong>()</strong>あ<sup><a href="#user-content-fn-1" id="user-content-fnref-1" data-footnote-ref="" aria-describedby="footnote-label">1</a></sup></p>
<section data-footnotes="" class="footnotes"><h2 id="footnote-label" class="sr-only">Footnotes</h2>
<ol>
Expand Down

0 comments on commit a3a9411

Please sign in to comment.