From c669b087fab8299b7c8b3c1abe4643f4910d56d9 Mon Sep 17 00:00:00 2001 From: czaks Date: Sun, 4 Aug 2013 23:06:54 -0400 Subject: [PATCH] bring back ==tags== by default --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 7850169a..cddbf074 100644 --- a/inc/config.php +++ b/inc/config.php @@ -447,7 +447,7 @@ $config['markup'][] = array("/'''([^<]+?)'''/", "\$1"); $config['markup'][] = array("/''([^<]+?)''/", "\$1"); $config['markup'][] = array("/\*\*([^<]+?)\*\*/", "\$1"); - // $config['markup'][] = array("/^[ |\t]*==([^<]+?)==[ |\t]*$/m", "\$1"); + $config['markup'][] = array("/^[ |\t]*==([^<]+?)==[ |\t]*$/m", "\$1"); // Highlight PHP code wrapped in tags (PHP 5.3+) // $config['markup'][] = array(