How can I prevent TW from trimming leading space in field transclusion?

When transcludings two fields one after the other, for instance:

`<$transclude field="foo" /><$transclude field="bar" />`

if the value of field "bar" starts with a space, that space is 
automatically removed in the transclusion.

In this example the successive transclusions of:

"foo"=> "This is foo"
"bar"=> " and this is bar."

render as:

"This is fooand this is bar."

Inserting a trailing space in "foo" or a `&nbsp;` between the two 
transclusions is not an option for me.
Placing a `&nbsp;` at the beginning of the value in the second transcluded 
field works, but that's a bit of a hassle with multiple transclusions.

Why does TW behave so and what is needed to achieve the result I am looking 
for (a kind of 'untrim' operator)? 

Sorry if that question seems trivial or was already asked before.

-Stéphane L.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/22f3a526-db90-40e8-8378-da60676512b7n%40googlegroups.com.

Reply via email to