test(emphasis): change test to match original spec test

This commit is contained in:
Estevão Soares dos Santos 2015-01-16 22:17:25 +00:00
parent 0a8d2836c7
commit 3bbe4e2ef1
2 changed files with 21 additions and 8 deletions

View File

@ -1,7 +1,14 @@
<p><em>important</em></p>
<p><em>single asterisks</em></p>
<p><em>important</em></p>
<p><em>single underscores</em></p>
<p>this mid<em>important</em>sentence</p>
<p><strong>double asterisks</strong></p>
<p>*not important*</p>
<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>

View File

@ -1,8 +1,14 @@
*single asterisks*
*important*
_single underscores_
_important_
**double asterisks**
this mid*important*sentence
__double underscores__
\*not important\*
text *with italic sentence* in middle
text __with bold sentence__ in middle
text with __bold text that
spans across multiple__ lines