mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
VarsWidget doc - erroneous example (#2714)
This commit is contained in:
parent
1b339e17bc
commit
3e40403d11
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user