From: Reini U. <ru...@x-...> - 2008-08-05 08:39:24
|
2008/8/4 Marc-Etienne Vargenau: > Reini, can you have a look in file InlineParser.php > > class Markup_bracketlink extends SimpleMarkup > { > var $_match_regexp = "\\#? \\[ .*? [^]\\s] .*? \\]"; > // TODO: include second ] in regexp Sure, but this week I'm on a business trip in germany and will rarely have to time to debug though the InlineParser and BlockParser. This is really hairy and we'll have to get the order of regexp's right. I rather want to hide WikiCreole support behind a ENABLE_WIKICREOLE and add those checks behind that. WikiCreole should be supported at all (config-default: = TRUE), but who knows, maybe we get into hairy parser problems and then we can easily disable that as fallback. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ |