aboutsummaryrefslogtreecommitdiffstats
path: root/library/parsedown/test/data/tab-indented_code_block.html
diff options
context:
space:
mode:
Diffstat (limited to 'library/parsedown/test/data/tab-indented_code_block.html')
-rw-r--r--library/parsedown/test/data/tab-indented_code_block.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/library/parsedown/test/data/tab-indented_code_block.html b/library/parsedown/test/data/tab-indented_code_block.html
new file mode 100644
index 000000000..7c140de73
--- /dev/null
+++ b/library/parsedown/test/data/tab-indented_code_block.html
@@ -0,0 +1,6 @@
+<pre><code>&lt;?php
+
+$message = 'Hello World!';
+echo $message;
+
+echo "following a blank line";</code></pre> \ No newline at end of file