mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
9 lines
191 B
HTML
9 lines
191 B
HTML
|
<p>Here's a regular code block:</p>
|
||
|
<pre><code><?php
|
||
|
|
||
|
echo 'Hello World!';
|
||
|
|
||
|
?></code></pre>
|
||
|
<p>Here's one that holds a list:</p>
|
||
|
<pre><code>- list item
|
||
|
- another list item</code></pre>
|