all repos — grayfriday @ d4353d99fa43a10b0c11a146b66151c795e2f129

blackfriday fork with a few changes

upskirtref/Blockquotes with code blocks.html (view raw)

 1<blockquote>
 2<p>Example:</p>
 3
 4<pre><code>sub status {
 5    print &quot;working&quot;;
 6}
 7</code></pre>
 8
 9<p>Or:</p>
10
11<pre><code>sub status {
12    return &quot;working&quot;;
13}
14</code></pre>
15</blockquote>