Version 1
[yaffs-website] / vendor / cebe / markdown / tests / markdown-data / md1_blockquotes_with_code_blocks.md
diff --git a/vendor/cebe/markdown/tests/markdown-data/md1_blockquotes_with_code_blocks.md b/vendor/cebe/markdown/tests/markdown-data/md1_blockquotes_with_code_blocks.md
new file mode 100644 (file)
index 0000000..c31d171
--- /dev/null
@@ -0,0 +1,11 @@
+> Example:
+> 
+>     sub status {
+>         print "working";
+>     }
+> 
+> Or:
+> 
+>     sub status {
+>         return "working";
+>     }