From 878415e13852dd3482076f1593dbc8eb4af29e6f Mon Sep 17 00:00:00 2001 From: saxmatt Date: Mon, 19 Apr 2004 08:32:29 +0000 Subject: [PATCH] Added warning text. git-svn-id: http://svn.automattic.com/wordpress/trunk@1103 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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/ */