1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00
parsedown/tests/data/code_block.md

13 lines
173 B
Markdown
Raw Normal View History

2013-11-05 12:21:48 +04:00
Here's a code block:
<?php
$message = 'Hello World!';
echo $message;
Here's one that holds a list:
- list item
- another list item