Thanks, Eric. That was it. There was a couple of invisible white
spaces just after the {{{.

On Jul 20, 9:05 am, Eric Shulman <elsdes...@gmail.com> wrote:
> > 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