2014-01-26 00:34

Experimental Markdown support

Today I added some experimental Markdown support

I found this ready-made parser for PHP: http://www.parsedown.org/ and it was pretty easy just to drop in.

This violates my one-php-file idea somewhat. I could just copy the code straight into my single index.php, but it'll stay in a separate file for now.

This post is written with the MD formatting, and this raw code:

* MD list
* Works nice

### Heading level 3

[Link to the blog](http://moggen.org/)

Renders nicely as:

Heading level 3

Link to the blog