I consider the Markdown plugin to be a necessary addition to each and every EE site that I develop, and so I’ve taken it upon myself to update the existing plugin to use PHP Markdown Extra by Michel Fortin. This should be used as a replacement for the current plugin, rather than an additional one.
If you’re unfamiliar with the benefits that PHP Markdown Extra provides, please check out http://www.michelf.com/projects/php-markdown/extra/. To sum it up, here are the new features:
* Use Markdown inside HTML blocks
* Add id attribute to headers
* Tables
* Definition lists
* Footnotes
* Abbreviations
There shouldn’t be any issues with the plugin, since all I’ve done is overwritten the old Markdown code with the new version, and changed some of the text in the plugin information section. Enjoy!
Update: 10/10/08 - Plugin now uses Markdown Extra 1.2.2. I also stripped out some extra code that was only used for WordPress compatibility. And, since the forum will not let me upload the file due to the “invalid content for its MIME type” error, you will need to download the file from the URL above.
