> I have 2 TW's where {{{ ... text ... }} causes the text to wrap
> instead of being formatted as fixed <pre> style.

{{{...text...}}}
   creates a DOM CODE element that uses a fixed-width font but does
*not* preserve whitespace

{{{
.,.text...
}}}
   creates a DOM PRE element that uses a fixed-width font and also
preserves whitespace.

The important difference between the two is that, in order to create a
PRE element, the opening {{{ must be on line by itself, with no
leading/trailing whitespace characters.

HTH,
-e

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to