[pmwiki-users] table formatting problem

DaveG pmwiki at solidgone.com
Tue Nov 20 16:15:51 CST 2007


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;


  ~ ~ David



More information about the pmwiki-users mailing list