Perfect, just what I needed! Love banging my head on things because of one carriage return.
On Thursday, March 3, 2016 at 10:37:35 PM UTC-7, Eric Shulman wrote: > > On Thursday, March 3, 2016 at 8:44:00 PM UTC-8, Cyrus Murphy wrote: >> >> I have a template that I want to use whenever a tiddler has "testtag" >> tag. I have it tagged with "$:/tags/ViewTemplate" (see attached >> template.gif). Here's the contents: >> >> >> <$list filter="[is[current]tag[testtag]]"> >> test >> >> ... >> > > The content isn't actually being "escaped". The problem is that the > content inside the <$list> widget is being output using "inline mode", and > some of the formatting (such as the "<<<" for blockquotes) only works in > "block mode". To fix this, simply add a blank line between the opening > <$list> widget and the "test" text that follows, like this: > <$list filter="[is[current]tag[testtag]]"> > > test > > That will force the content inside the $list into block mode, allowing all > the formatting syntax to be parsed as intended. > > enjoy, > -e > Eric Shulman > TiddlyTools / ELS Design Studios > InsideTiddlyWiki: The Missing Manuals > > -- 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 https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/af0ee136-38ef-49bb-afdd-08fca90df5d8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

