[pmwiki-users] table formatting problem

DaveG pmwiki at solidgone.com
Thu Nov 22 19:50:42 CST 2007


DaveG wrote:
> sti at pooq.com 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



More information about the pmwiki-users mailing list