MarkdownParser/tests/data/emphasis.html

7 lines
385 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>
<p>An empty emphasis ** is not __ an emphasis.</p>