Update thisTiddler Variable (Examples) for using unique parameter n in .example macro (#7434)

Address issue in https://github.com/Jermolene/TiddlyWiki5/pull/7433#discussion_r1186744704
This commit is contained in:
Mohammad Rahmani
2023-05-09 18:54:01 +01:00
committed by GitHub
parent 3da0a9431c
commit 1af4324370
@@ -10,9 +10,9 @@ The first example shows how <<.def thisTiddler>> works whithin transcluded templ
The second example shows <<.def thisTiddler>> in the body of tiddler and inside a macro.
<$macrocall $name=".example" n="1" eg="""<$text text=<<thisTiddler>>/>"""/>
<$macrocall $name=".example" n="2" eg="""<$text text=<<thisTiddler>>/>"""/>
<$macrocall $name=".example" n="2" eg="""\define example() <$text text=<<thisTiddler>>/>
<$macrocall $name=".example" n="3" eg="""\define example() <$text text=<<thisTiddler>>/>
<<example>>
"""/>