showdown/test/functional/makehtml/cases/standard/blockquote-inside-code.html
2017-12-23 12:35:31 +00:00

8 lines
163 B
HTML

<pre><code>&gt; this is a pseudo blockquote
&gt; inside a code block
</code></pre>
<p>foo</p>
<pre><code>&gt; this is another bq
inside code
</code></pre>