I tried copying and pasting this, and it does not show the result in *plain 
text *(bold, for instance, displays fine). I think what you're observing is 
that the transclusion is displaying in *inline mode*, which means that 
things like section headers and paragraph breaks won't show up.

To get it into *block mode* instead, put a blank line before and after 
{{!!text}}. Another option is to use the $transclude widget instead of 
{{!!text}}, which lets you explicitly specify whether you want it in block 
or inline mode:

<$list filter=<<LIST-DESCRIPTION>>>
  <$transclude mode="block"/>
</$list>

(See also https://tiddlywiki.com/#HTML%20in%20WikiText.)

On Thursday, January 7, 2021 at 3:51:04 AM UTC-6 [email protected] wrote:

> Hello,
>
> \define LIST-DESCRIPTION() [[$(currentTiddler)$-description]]
>
> <$list filter=<<LIST-DESCRIPTION>>>
> {{!!text}}
> </$list>
>
>
> The above code works fine but shows the result in plain text. How can I 
> prevent this?
>
> Thank you,
>

-- 
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/6e0da7bc-3898-4241-8c72-00961e7d85acn%40googlegroups.com.

Reply via email to