summaryrefslogtreecommitdiff
path: root/vendor/erusev/parsedown/test/data/code_block.html
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/erusev/parsedown/test/data/code_block.html')
-rw-r--r--vendor/erusev/parsedown/test/data/code_block.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/vendor/erusev/parsedown/test/data/code_block.html b/vendor/erusev/parsedown/test/data/code_block.html
deleted file mode 100644
index 889b02d9..00000000
--- a/vendor/erusev/parsedown/test/data/code_block.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<pre><code>&lt;?php
-
-$message = 'Hello World!';
-echo $message;</code></pre>
-<hr />
-<pre><code>&gt; not a quote
-- not a list item
-[not a reference]: http://foo.com</code></pre> \ No newline at end of file