diff --git a/wp-content/plugins/markdown.php b/wp-content/plugins/markdown.php index 33a15cd68f..7174714b8c 100644 --- a/wp-content/plugins/markdown.php +++ b/wp-content/plugins/markdown.php @@ -2,7 +2,7 @@ /* Plugin Name: MarkDown Plugin URI: http://daringfireball.net/projects/markdown/ -Description: Markdown is a text-to-HTML conversion tool for web writers. Markdown syntax allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML. This plugin enables Markdown for your posts and comments. Written by John Gruber in Perl, translated to PHP by Michel Fortin, and made a WP plugin by Matt. +Description: Markdown is a text-to-HTML conversion tool for web writers. Markdown syntax allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML. This plugin enables Markdown for your posts and comments. Written by John Gruber in Perl, translated to PHP by Michel Fortin, and made a WP plugin by Matt. If you use this you should disable Textile 1 and 2. Author: John Gruber Author URI: http://daringfireball.net/ */