Here's something so that other newbies can learn from my experience.

I was trying to transclude the contents of TiddlerxA into Tiddlerx1. 
TiddlerxA is a snippet that I use from time to time, so I have put that 
content into it's own tiddler.

But in Tiddlerx1, I wanted the content inside a block-quote, to mark it off 
from the rest of the content in Tiddlerx1.

Simple? Only in retrospect.

Here's what I learned:

1 - When transcluding into a block quote, no matter how many lines are 
being transcluded use the single line block-quote
> {{Tiddler$A}}
rather than the mullti-line block-quote 
<<< {{Tiddler$}} >>>

2. If you want to preserve the line breaks of the transcluded tiddler in 
the blockquote, even if you used the standard two lines, you are going to 
have to use the Hard Line Breaks convention 
"""
text
"""
inside the transcluded tiddler (in my case, $A).

I hope this helps somebody in the future.

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to