[pmwiki-users] copy-paste into wiki page
    Hans 
    design5 at softflow.co.uk
       
    Mon Jan  8 14:54:49 CST 2007
    
    
  
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
    
    
More information about the pmwiki-users
mailing list