diff options
Diffstat (limited to 'vendor/erusev/parsedown/test/data/escaping.html')
-rw-r--r-- | vendor/erusev/parsedown/test/data/escaping.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vendor/erusev/parsedown/test/data/escaping.html b/vendor/erusev/parsedown/test/data/escaping.html deleted file mode 100644 index ab1c41fd..00000000 --- a/vendor/erusev/parsedown/test/data/escaping.html +++ /dev/null @@ -1,6 +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> -<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 |