diff options
Diffstat (limited to 'vendor/parsedown-0.9.0/tests/data/escaping.html')
-rw-r--r-- | vendor/parsedown-0.9.0/tests/data/escaping.html | 4 |
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 |