From 01b95a2b952761f4183c8bc48e3319e9b72e95d6 Mon Sep 17 00:00:00 2001
From: Dominique Fournier \\1
\n";
+ // SEPARATORS : *** --- ___ * * * - - - _ _ _
+ // Must be placed before EMPHASIS
+ $search[] = "/^[*_-] ?[*_-] ?[*_-]$/Um";
+ $replace[] = "
"; + $mark = preg_replace ($search, $replace, $mark); @@ -46,16 +51,12 @@ class markdown return the html */ private function paragraph ($mark) { + // Think thereis already htmlentities passed on $mark !!! $timeStart = microtime (TRUE); $timeregex = 0; // Initialization of convertions $search = array (); $replace = array (); - // SEPARATORS : *** --- ___ * * * - - - _ _ _ - // Must be placed before EMPHASIS - $search[] = "/\\n^[*_-] ?[*_-] ?[*_-]$/Um"; - $replace[] = "
\n";
-
// Titles short
// == TITRE1
$search[] = "/^==+ (.+)( ==+)?$/Um";
@@ -82,8 +83,8 @@ class markdown
// Automatics links :
//