1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-12 10:20:26 +00:00

Add parenthesis to the visible transclusion definition

Parenthesis were made mandatory in 5194b24108

Fixes #6998
This commit is contained in:
jeremy@jermolene.com 2022-10-19 15:35:43 +01:00
parent c171c441f5
commit ffc2594fef

View File

@ -5,7 +5,7 @@ Import this component to make all the child transclusions visible.
Block transclusions are shown in red, and inline transclusions are shown in green. Block transclusions are shown in red, and inline transclusions are shown in green.
--> -->
\widget $transclude \widget $transclude()
<!-- Use a parameters widget so that we can access the `$params` data --> <!-- Use a parameters widget so that we can access the `$params` data -->
<$parameters tiddler="" $$tiddler="" mode="" $$mode="" $parseMode="@parseMode" $params="@params"> <$parameters tiddler="" $$tiddler="" mode="" $$mode="" $parseMode="@parseMode" $params="@params">
<!-- Replicate the logic of the transclude widget to determine the output mode, and hence the tag and colour to use for output --> <!-- Replicate the logic of the transclude widget to determine the output mode, and hence the tag and colour to use for output -->