just-a-blog

A bad blogging software that converts Markdown into PHP for some reason.
Log | Files | Refs | README | LICENSE

code_block.md (144B)


      1     <?php
      2 
      3     $message = 'Hello World!';
      4     echo $message;
      5 
      6 ---
      7 
      8     > not a quote
      9     - not a list item
     10     [not a reference]: http://foo.com