Removed modules/contrib/media module to allow update to the core media module
[yaffs-website] / vendor / cebe / markdown / tests / markdown-data / md1_blockquotes_with_code_blocks.html
1 <blockquote><p>Example:</p>
2 <pre><code>sub status {
3     print "working";
4 }
5 </code></pre>
6 <p>Or:</p>
7 <pre><code>sub status {
8     return "working";
9 }
10 </code></pre>
11 </blockquote>