* doTokenizedParser doesn't assume leading text token anymore, 0 !== false
authorGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 7 Apr 2004 17:56:13 +0000 (17:56 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 7 Apr 2004 17:56:13 +0000 (17:56 +0000)
commite592d588c40ea8e6ff82eea2fecfba3eca162996
treec5498e1345d6786d7b84f5f6b6b4eeaf38c16d71
parent3fba40b06c62ce5220f1fc114131d47fcbf3623c
* doTokenizedParser doesn't assume leading text token anymore, 0 !== false
* pre nesting problem fixed by matching against $uniq_prefix . '-' . $tag, marker changed to this format. If stripped areas shouldn't be nested in p's, add those tags to the $inBlockElem = false; regex in doBlockLevels
includes/Parser.php