MarkdownParser/tests/data/code_block.md

14 lines
150 B
Markdown
Raw Normal View History

2013-07-10 22:22:16 +02:00
Here's a regular code block:
<?php
echo 'Hello World!';
?>
Here's one that holds a list:
- list item
- another list item