14 строки
535 B
HTML
14 строки
535 B
HTML
<h3 class="markdown__heading">Text Style</h3><p><strong>The following text should render as:</strong>
|
|
<em>Italics</em>
|
|
<em>Ita_lics</em>
|
|
<em>Italics</em>
|
|
<strong>Bold</strong>
|
|
<strong><em>Bold-italics</em></strong>
|
|
<strong><em>Bold-italics</em></strong>
|
|
<del>Strikethrough</del></p>
|
|
<p>This sentence contains <strong>bold</strong>, <em>italic</em>, <strong><em>bold-italic</em></strong>, and <del>strikethrough</del> text.</p>
|
|
<p><strong>The following should render as normal text:</strong>
|
|
Normal Text_
|
|
_Normal Text
|
|
_Normal Text*</p>
|