parsedown/tests/data/code_block.html

8 lines
204 B
HTML
Raw Normal View History

2013-11-05 09:21:48 +01:00
<p>Here's a code block:</p>
<pre><code>&lt;?php
$message = 'Hello World!';
echo $message;</code></pre>
<p>Here's one that holds a list:</p>
<pre><code>- list item
2013-07-10 22:22:16 +02:00
- another list item</code></pre>