Hi Mik There is another approach that is often more convenient:
> <$transclude tiddler="TiddlerA" mode="block"/> By using the widget form of the transclusion syntax you can explicitly control which mode is used to render the tiddler, and you don't need to use the triple double quotes within the target tiddler. Best wishes Jeremy On Wed, Oct 8, 2014 at 7:09 PM, Mik McAllister <[email protected]> wrote: > 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. > -- Jeremy Ruston mailto:[email protected] -- 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.

