> 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---