On Tuesday, December 3, 2019 at 9:55:06 AM UTC-8, Paul Lee wrote: > > I use the *<$transclude>* widget to use some tiddlers as data sources for > the content rendered in other tiddlers. I need to have the line breaks and > white space from the data tiddler preserved. Currently, the text from the > data tiddler is displayed, but all the paragraphs are run together. >
Have you tried using the mode="block" parameter of the $transclude widget? https://tiddlywiki.com/#TranscludeWidget Alternatively, if you surround the $transclude with <pre>...</pre>, that should also preserve the line breaks and whitespace. 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/7519d8fe-c136-4521-9f17-96a365aa910b%40googlegroups.com.

