4bf4289cd4be7f96fba4a45fd3024412a94320d2
[yaffs-website] / vendor / cebe / markdown / tests / markdown-data / blockquote-nested.html
1 <blockquote><h2>This is a header.</h2>
2 <ol>
3 <li>This is the first list item.</li>
4 <li>This is the second list item.</li>
5 </ol>
6 <p>Here's some example code:</p>
7 <pre><code>return shell_exec("echo $input | $markdown_script");
8 </code></pre>
9 <blockquote><p>quote here</p>
10 </blockquote>
11 </blockquote>