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