MarkdownParser/tests/data/code_block.md

10 lines
153 B
Markdown
Raw Normal View History

2013-11-05 09:21:48 +01:00
<?php
$message = 'Hello World!';
2013-11-16 00:55:09 +01:00
echo $message;
---
> not a quote
2013-11-16 00:55:09 +01:00
- not a list item
[not a reference]: http://foo.com