1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

VarsWidget doc - erroneous example (#2714)

This commit is contained in:
twMat 2017-01-17 16:20:06 +01:00 committed by Jeremy Ruston
parent 1b339e17bc
commit 3e40403d11

View File

@ -32,9 +32,9 @@ Using the `<$vars>` widget, this situation may be handled in the following way:
In contrast, here is the same example using the `<$set>` widget:
```
<$set name="greeting" value="Hi" />
<$set name="me" value={{!!title}} />
<$set name="sentence" value=<<helloworld>> />
<$set name="greeting" value="Hi" >
<$set name="me" value={{!!title}} >
<$set name="sentence" value=<<helloworld>> >
<<greeting>>! I am <<me>> and I say: <<sentence>>
</$set>
</$set>