[pmwiki-users] Re: PMWiki Bug? leading Tabs

Patrick R. Michaud pmichaud at pobox.com
Tue Mar 15 21:38:28 CST 2005


On Tue, Mar 15, 2005 at 09:43:37PM -0500, Ryan Varick wrote:
> Thank  you, the first is exactly what I'm looking for.  I want to use
> two spaces so it is easier to discern normal from preformatted text
> when editing.  However, sometimes ASCII art is helpful, so I don't
> want to confine myself to *only* two spaces.  Just two or more. 
> Thanks!

You're welcome -- however, we need to incorporate the leading-space
bugfix that Christian noticed, thus it should be:

    DisableMarkup('^ ');
    Markup('^  ', 'block', '/^  /', '<:pre,1>  ');

else the two leading spaces get lost in the translation.

Pm



More information about the pmwiki-users mailing list