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