blockquote-nested-markdown.html 296 B

12345678910
  1. <blockquote>
  2. <h2 id="thisisaheader">This is a header.</h2>
  3. <ol>
  4. <li>This is the first list item.</li>
  5. <li>This is the second list item.</li>
  6. </ol>
  7. <p>Here's some example code:</p>
  8. <pre><code>return shell_exec("echo $input | $markdown_script");
  9. </code></pre>
  10. </blockquote>