parsedown/tests/data/code_block.md
2013-07-21 18:46:37 +03:00

150 B

Here's a regular code block:

<?php

echo 'Hello World!'; 

?>

Here's one that holds a list:

- list item
- another list item