just-a-blog

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

code_block.html (175B)


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