blockquote-nested.html 296 B

123456789101112
  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>