aboutsummaryrefslogtreecommitdiffstats
path: root/library/parsedown/test/data/escaping.html
diff options
context:
space:
mode:
Diffstat (limited to 'library/parsedown/test/data/escaping.html')
-rw-r--r--library/parsedown/test/data/escaping.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/library/parsedown/test/data/escaping.html b/library/parsedown/test/data/escaping.html
new file mode 100644
index 000000000..ab1c41fdc
--- /dev/null
+++ b/library/parsedown/test/data/escaping.html
@@ -0,0 +1,6 @@
+<p>escaped *emphasis*.</p>
+<p><code>escaped \*emphasis\* in a code span</code></p>
+<pre><code>escaped \*emphasis\* in a code block</code></pre>
+<p>\ ` * _ { } [ ] ( ) > # + - . !</p>
+<p><em>one_two</em> <strong>one_two</strong></p>
+<p><em>one*two</em> <strong>one*two</strong></p> \ No newline at end of file