summaryrefslogtreecommitdiff
path: root/vendor/parsedown-0.9.0/tests/data/emphasis.html
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/parsedown-0.9.0/tests/data/emphasis.html')
-rw-r--r--vendor/parsedown-0.9.0/tests/data/emphasis.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/parsedown-0.9.0/tests/data/emphasis.html b/vendor/parsedown-0.9.0/tests/data/emphasis.html
new file mode 100644
index 00000000..9d3f871a
--- /dev/null
+++ b/vendor/parsedown-0.9.0/tests/data/emphasis.html
@@ -0,0 +1,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> \ No newline at end of file