summaryrefslogtreecommitdiff
path: root/vendor/parsedown-0.9.0/tests/data/escaping.html
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2014-03-09 13:12:39 +0100
committerPhilip Häusler <msquare@notrademark.de>2014-03-09 13:12:39 +0100
commit893bb5a9cf365c831e75fafc83dffdbced09a466 (patch)
treeef7a4f923ebb49a70697b0388af359b2b44b2109 /vendor/parsedown-0.9.0/tests/data/escaping.html
parent82c0d2acc24a0b19de246c4f2c3d37a8e197d11e (diff)
added parsedown 0.9.0
Diffstat (limited to 'vendor/parsedown-0.9.0/tests/data/escaping.html')
-rw-r--r--vendor/parsedown-0.9.0/tests/data/escaping.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/parsedown-0.9.0/tests/data/escaping.html b/vendor/parsedown-0.9.0/tests/data/escaping.html
new file mode 100644
index 00000000..64676cb1
--- /dev/null
+++ b/vendor/parsedown-0.9.0/tests/data/escaping.html
@@ -0,0 +1,4 @@
+<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> \ No newline at end of file