aboutsummaryrefslogtreecommitdiffstats
path: root/library/parsedown/test/data/fenced_code_block.html
diff options
context:
space:
mode:
Diffstat (limited to 'library/parsedown/test/data/fenced_code_block.html')
-rw-r--r--library/parsedown/test/data/fenced_code_block.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/library/parsedown/test/data/fenced_code_block.html b/library/parsedown/test/data/fenced_code_block.html
deleted file mode 100644
index 8bdabba96..000000000
--- a/library/parsedown/test/data/fenced_code_block.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<pre><code>&lt;?php
-
-$message = 'fenced code block';
-echo $message;</code></pre>
-<pre><code>tilde</code></pre>
-<pre><code class="language-php">echo 'language identifier';</code></pre> \ No newline at end of file