showdown/test/cases/emphasis.html

15 lines
345 B
HTML
Raw Normal View History

<p><em>single asterisks</em></p>
2012-06-14 13:05:31 +08:00
<p><em>single underscores</em></p>
2012-06-14 13:05:31 +08:00
<p><strong>double asterisks</strong></p>
2012-06-14 13:05:31 +08:00
<p><strong>double underscores</strong></p>
<p>text <em>with italic sentence</em> in middle</p>
<p>text <strong>with bold sentence</strong> in middle</p>
<p>text with <strong>bold text that
spans across multiple</strong> lines</p>