showdown/test/functional/makemarkdown/cases/standard/blockquote-followed-by-code.html
2017-12-23 12:35:31 +00:00

10 lines
198 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>