summaryrefslogtreecommitdiff
path: root/vendor/parsedown-0.9.0/tests/data/code_block.md
blob: 59104cb6cad10ee11e784e8d55fb8ace484b04ac (plain)
1
2
3
4
5
6
7
8
9
10
11
    <?php
    
    $message = 'Hello World!'; 
    echo $message;

---

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