On Tuesday, August 4, 2020 at 10:36:53 AM UTC-7, Adithya B M wrote:
>
> The problem is there even on a a blank Tiddlywiki. The <p> tags are
> inserted even though the 'Hello' tiddly contains only the <ul>....</ul>
> content.
Perhaps you can use normal transclusion, and leave the HTML generation for
the static export process. Thus, instead of writing
<$view tiddler="Hello" format="htmlwikified" />
you could write:
<$transclude tiddler="Hello" mode="block" />
or maybe even just
{{Hello}}
-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/294da2d7-c8eb-4f67-ad2d-52e983faaeedo%40googlegroups.com.