From 8e4c13382b089787b7a74e0ed51db6a53772d1ae Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Tue, 10 May 2022 08:10:32 +0100 Subject: [PATCH] Fix visible transclusion example --- core/ui/Components/VisibleTransclude.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ui/Components/VisibleTransclude.tid b/core/ui/Components/VisibleTransclude.tid index 93b17f202..d53f83b97 100644 --- a/core/ui/Components/VisibleTransclude.tid +++ b/core/ui/Components/VisibleTransclude.tid @@ -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. --> -\function <$transclude>(tiddler,$tiddler,mode,$mode) +\procedure <$transclude>(tiddler,$tiddler,mode,$mode) <$let mode={{{ [[$mode]is[variable]then<$mode>!is[blank]] :else[[mode]is[variable]then!is[blank]] :else[match[yes]then[inline]else[block]] }}}