From eef49937941769c2ba3b9abb7319d1f24ef6e6d7 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Sat, 28 May 2011 01:43:59 +1000 Subject: [PATCH] remove old config option --- inc/config.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/inc/config.php b/inc/config.php index 984e7f3f..c603a95d 100644 --- a/inc/config.php +++ b/inc/config.php @@ -568,9 +568,6 @@ $config['auto_unicode'] = true; // Use some Wiki-like syntax (''em'', '''strong''', ==Heading==, etc) $config['wiki_markup'] = true; - // Use Markdown for markup instead - // http://daringfireball.net/projects/markdown/ - $config['markdown'] = false; // Whether to turn URLs into functional links $config['markup_urls'] = true; // Complex regular expression to catch URLs