Version 1
[yaffs-website] / vendor / cebe / markdown / tests / markdown-data / blockquote-nested.html
diff --git a/vendor/cebe/markdown/tests/markdown-data/blockquote-nested.html b/vendor/cebe/markdown/tests/markdown-data/blockquote-nested.html
new file mode 100644 (file)
index 0000000..4bf4289
--- /dev/null
@@ -0,0 +1,11 @@
+<blockquote><h2>This is a header.</h2>
+<ol>
+<li>This is the first list item.</li>
+<li>This is the second list item.</li>
+</ol>
+<p>Here's some example code:</p>
+<pre><code>return shell_exec("echo $input | $markdown_script");
+</code></pre>
+<blockquote><p>quote here</p>
+</blockquote>
+</blockquote>