summaryrefslogtreecommitdiff
path: root/vendor/parsedown-0.9.0/tests/data/code_block.html
blob: 20f8de463ec8870773b8ec5b815d3ea33aa22878 (plain)
1
2
3
4
5
6
7
8
<pre><code>&lt;?php

$message = 'Hello World!'; 
echo $message;</code></pre>
<hr />
<pre><code>&gt; not a quote 
- not a list item
[not a reference]: http://foo.com</code></pre>