aboutsummaryrefslogtreecommitdiffstats
path: root/library/parsedown/test/data/code_block.html
blob: 889b02d993181367ed325b424cfd4e5e939152d3 (plain) (blame)
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>