marked/test/specs/new/emoji_inline.html
2023-09-16 17:24:06 -06:00

21 lines
824 B
HTML

<p>Situations where it fails:</p>
<p><strong>test 💁</strong></p>
<p><strong>💁 test</strong></p>
<p><strong>🤓 test</strong></p>
<p><strong>🏖️ test</strong></p>
<p><strong>🏖️🤓💁 test</strong></p>
<p><strong>💁 test</strong> test</p>
<p>test <strong>💁 test</strong></p>
<p>test <strong>💁 test</strong> test</p>
<p><em><strong>test 💁</strong></em></p>
<p><em><strong>💁 test</strong></em></p>
<p><em><strong>💁 test</strong></em> test</p>
<p>test <em><strong>💁 test</strong></em></p>
<p>test <em><strong>💁 test</strong></em> test</p>
<p><strong><strong>💁 test</strong></strong></p>
<p>Situations where it works:</p>
<p>**💁 **</p>
<p><strong>⚠️ test</strong></p>
<p>Here, the emoji rendering works, but the text doesn't get rendered in italic.</p>
<p><em>💁 test</em></p>