aboutsummaryrefslogtreecommitdiffstats
path: root/library/parsedown/test/data/code_block.md
blob: 2cfc953cc64041135a73eaba1991ff71d13d582e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
    <?php

    $message = 'Hello World!';
    echo $message;

---

    > not a quote
    - not a list item
    [not a reference]: http://foo.com