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, 0 insertions, 4 deletions
diff --git a/vendor/parsedown-0.9.0/tests/data/escaping.html b/vendor/parsedown-0.9.0/tests/data/escaping.html deleted file mode 100644 index 64676cb1..00000000 --- a/vendor/parsedown-0.9.0/tests/data/escaping.html +++ /dev/null @@ -1,4 +0,0 @@ -<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 |