DaveG wrote: > [EMAIL PROTECTED] wrote: >> That makes me suspicious that it may be the Markup Extensions recipe. I've >> had >> trouble in the past with its rewriting of the markup for '!'. Are you using >> that recipe, by any chance? > I don't use it. Looking at the cookbook page > (http://www.pmwiki.org/wiki/Cookbook/MarkupExtensions) though, the > "!run-in head!text" markup looks a likely culprit. > > > It looks like you can disable specific markup by: > $MarkupExtensions['item'] = false; > > If run-in-head is the culprit, then this should disable it: > $MarkupExtensions['^!!'] = false; > >
Out of interest, did you try this? ~ ~ David _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
