On Friday, April 24, 2020 at 7:14:16 AM UTC-7, David wrote: > > with some tiddlers, the text content has some lines of text that are > double-spaced. And outputting the text like below was not honoring the > returns (e.g. an emtpy line between two lines of text), and perhaps even > not honoring line breaks at all. > <$list filter="[<item>has[text]]" > > <dd class="twText"> > <$view tiddler=<<item>> field="text" /> > </dd> > </$list> >
Use the <$transclude> widget instead of the <$view> widget, like this: <$transclude tiddler=<<item>> mode="block"/> Let me know how it goes... enjoy, -e -- 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/72b8f414-56f3-48c5-b7d5-54776d0d52d7%40googlegroups.com.

