[pmwiki-users] Some trouble upgrading from v2.0

Ryan R. Varick rvarick at gmail.com
Thu Jun 29 17:13:05 CDT 2006


On 6/29/06, Patrick R. Michaud <pmichaud at pobox.com> wrote:
>
> I think the "leading whitespace nested lists" introduced in 2.1 may be
> interfering here.  You can disable that feature with
>
>     DisableMarkup('^ws');
>
> and then the two space rule should work again.
>
> > > [2]  PmWiki is adding inline styles to my pages and I can't seem to
> > > make them all go away.  I believe this was all I needed earlier:
> > >
> > > $HTMLStylesFmt = '';
>
> If you want to eliminate all inline styles from PmWiki (and any
> loaded recipes), use
>
>     $HTMLHeaderFmt['styles'] = '';

Both of those did the trick, thanks!

Ryan




More information about the pmwiki-users mailing list