engelsystem/vendor/parsedown-0.9.0/tests/data/code_block.html

8 lines
184 B
HTML
Raw Normal View History

2014-03-09 13:12:39 +01:00
<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>