Yep. That was it! On Friday, April 24, 2020 at 11:07:57 AM UTC-4, Eric Shulman wrote: > > 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/189d003d-11a4-4130-b93d-874c2c59dd6a%40googlegroups.com.

