[Pmwiki-users] ' sentence' -> treat as normal paragraph

Patrick R. Michaud pmichaud
Tue Mar 2 10:46:19 CST 2004


On Tue, Mar 02, 2004 at 12:20:50PM -0500, Lloyd Budd wrote:
> Hi,
> 
> Is there an option to make ' sentences' that (accidently) start with a 
> space, render as normal paragraphs?

If you're willing to lose the "preformatted text" feature that
spaces normally represent, you can do it with

   $DoubleBrackets['/^\\s+/'] = '';

I have this enabled at
http://www.pmichaud.com/wiki/Development/IgnoreLeadingSpace .

Pm



More information about the pmwiki-users mailing list