html2text: THE ASCIINATOR (aka html2txt): This Python script takes HTML and converts it to Markdown, which we love around here. Here’s how a complete post (sidebar content and all) on this site looks in Markdown. Very cool.
Daring Fireball: Markdown Syntax Documentation: I've been playing around with some of the plugins in the MT3 Plugin Pack. Markdown is a plaintext to HTML convertor, much like Textile. However, there's a philosphy behind it: Readability, however, is emphasized above all else. A Markdown-formatted document should be publishable as-is,…