mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-06-04 03:32:17 +00:00
Clarify that the recent changes allow functions to be invoked with the double bracket syntax
In other words, the transclude widget distinguishes between functions and macros and handles the parameters appropriately
This commit is contained in:
@@ -12,7 +12,10 @@ title: Output
|
||||
|
||||
<$transclude $variable='test' one='Ferret'/>
|
||||
<$transclude $variable='test'/>
|
||||
<<test "Rat">>
|
||||
<<test one:"Mouse">>
|
||||
|
||||
+
|
||||
title: ExpectedResult
|
||||
|
||||
<p>{Ferret}{Jaguar}</p>
|
||||
<p>{Ferret}{Jaguar}{Rat}{Mouse}</p>
|
||||
Reference in New Issue
Block a user