MarkdownParser/tests/data/emphasis.html

11 lines
480 B
HTML
Raw Normal View History

2013-09-02 23:15:25 +02:00
<p>Here's <em>an emphasis</em>.</p>
2013-11-10 09:44:52 +01:00
<p>A short one <em>a</em> <em>b</em> .</p>
2013-09-02 23:15:25 +02:00
<p>Here's <strong>a strong one</strong>. </p>
2013-11-10 09:44:52 +01:00
<p>Here's <em>one that uses underscores</em>. </p>
<p>Here's <strong>a strong one that uses underscores</strong>.</p>
<p>This is not _ one _ neither is * this * neither is _ this_ neither is _this _.</p>
2013-11-12 18:22:17 +01:00
<p>An empty emphasis ** is not __ an emphasis.</p>
<p>A <em>multi-line
emphasis</em></p>
<p>A <strong>multi-line
strong emphasis</strong></p>