mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
10 lines
362 B
HTML
10 lines
362 B
HTML
|
<p>some <em>foo</em> yeah</p>
|
||
|
<p>some <strong>foo</strong> yeah</p>
|
||
|
<p>some <strong><em>foo</em></strong> yeah</p>
|
||
|
<p>some word_foo_yeah</p>
|
||
|
<p>some word__foo__yeah</p>
|
||
|
<p>some word___foo___yeah</p>
|
||
|
<p>strippers, <em>hitler</em>, and stalin</p>
|
||
|
<p>strippers, <strong>hitler</strong>, and stalin</p>
|
||
|
<p>strippers, <strong><em>hitler</em></strong>, and stalin</p>
|