summaryrefslogtreecommitdiff
path: root/vendor/parsedown-0.9.0/tests/data/emphasis.html
blob: 9d3f871afd1afc155e47872c75da69c40211de3b (plain)
1
2
3
4
5
6
7
8
<p><em>underscore</em>, <em>asterisk</em>, <em>one two</em>, <em>three four</em>, <em>a</em>, <em>b</em></p>
<p><strong>strong</strong> and <em>em</em> and <strong>strong</strong> and <em>em</em></p>
<p><em>line
line
line</em></p>
<p>this_is_not_an_emphasis</p>
<p>an empty emphasis __ ** is not an emphasis</p>
<p>*mixed *<em>double and</em> single asterisk** spans</p>