showdown/test/functional/makehtml/cases/standard/blockquote-nested-markdown.html
Estevão Soares dos Santos 2d593d91f3 fix some tests
2022-11-15 05:00:09 +00:00

11 lines
306 B
HTML

<blockquote>
<h2 id="thisisaheader">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(&quot;echo $input | $markdown_script&quot;);
</code></pre>
</blockquote>