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