Sign in
ara-mdk
/
platform
/
external
/
markdown
/
21ce115e566aa5af7fe8a971805af1daab12c754
/
.
/
MarkdownTest
/
Tests_2004
/
Blockquotes with code blocks.html
blob: 990202a1b381f677eb6d21fbc2d87a143a6cb80f [
file
] [
log
] [
blame
]
<blockquote>
<p>
Example:
</p>
<pre><code>
sub status {
print "working";
}
</code></pre>
<p>
Or:
</p>
<pre><code>
sub status {
return "working";
}
</code></pre>
</blockquote>