Monday, January 8, 2007, 8:00:24 PM, Kathryn wrote: > If you are having a problem with whitespace, go through and remove any > spaces from the start of the lines, after you've pasted it into your > PmWiki edit form. That should fix it up.
see also for various ways to remove whitespace or limit preformatted text wrap: http://www.pmwiki.org/wiki/Cookbook/WordWrapPreformattedText >From the page: to turn off the "empty space at start of line creates preformatted text" markup (i.e. whitespace markup): # turn off preformatting DisableMarkup('^ws'); # PmWiki v2.1+ DisableMarkup('^ '); # PmWiki v2.0 Hans _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
