From 8b264c38fe73bbbf724cd12e4233fe831248f526 Mon Sep 17 00:00:00 2001
From: Michael
', $text); - $text = preg_replace("(\[h2\](.*?)\[\/h2\])ism", '
', $text); - $text = preg_replace("(\[h3\](.*?)\[\/h3\])ism", '
', $text); - $text = preg_replace("(\[h4\](.*?)\[\/h4\])ism", '
', $text); - $text = preg_replace("(\[h5\](.*?)\[\/h5\])ism", '
', $text); - $text = preg_replace("(\[h6\](.*?)\[\/h6\])ism", '
', $text); + + if ($simple_html == self::INTERNAL) { + //Ensure to always start with
", $text); + $heading--; + } + } + } + } else { + $text = preg_replace("(\[h1\](.*?)\[\/h1\])ism", '
', $text); + $text = preg_replace("(\[h2\](.*?)\[\/h2\])ism", '
', $text); + $text = preg_replace("(\[h3\](.*?)\[\/h3\])ism", '
', $text); + $text = preg_replace("(\[h4\](.*?)\[\/h4\])ism", '
', $text); + $text = preg_replace("(\[h5\](.*?)\[\/h5\])ism", '
', $text); + $text = preg_replace("(\[h6\](.*?)\[\/h6\])ism", '
', $text); + } // Check for paragraph $text = preg_replace("(\[p\](.*?)\[\/p\])ism", '
$1
', $text); -- 2.39.5