parsedown/tests/data/code_block.md
2013-11-05 10:21:48 +02:00

13 lines
173 B
Markdown

Here's a code block:
<?php
$message = 'Hello World!';
echo $message;
Here's one that holds a list:
- list item
- another list item