Python-Markdown Extensions

From Waylan Limberg at achinghead.com. A tutorial for implementing a new Python-Markdown extension. This provides an easy way to add custom markdown processing with only a few lines of code. In the examples, he implements strike through, underline and alternatives for bold and italic.

I’m using a different Python module for my Simplenote to WordPress blogging engine but this one looks very interesting.

Here’s his Github for the project

Edit: I’m an idiot. This is the module I’m using. I know what I’m doing this weekend.