From 63dea142eff6133406c17e84fbc6b1d5cbacb05f Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Mon, 19 Apr 2004 08:32:29 +0000 Subject: [PATCH] Added warning text. git-svn-id: https://develop.svn.wordpress.org/trunk@1103 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/plugins/markdown.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ */