showdown/test/cases/blockquote-followed-by-code.html
2016-02-02 00:29:06 +00:00

14 lines
202 B
HTML

<blockquote>
<p>a blockquote
with a 4 space indented line (not code)</p>
</blockquote>
<p>sep</p>
<blockquote>
<p>a blockquote</p>
</blockquote>
<pre><code>with some code after
</code></pre>