phpOMS/tests/Utils/Parser/Markdown/data/code_block.md
2022-02-19 13:57:39 +01:00

10 lines
144 B
Markdown
Executable File

<?php
$message = 'Hello World!';
echo $message;
---
> not a quote
- not a list item
[not a reference]: http://foo.com