mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
14 lines
409 B
Plaintext
14 lines
409 B
Plaintext
|
title: Genesis/DollarSigns
|
||
|
description: Usage of genesis widget with attributes starting with dollar signs
|
||
|
type: text/vnd.tiddlywiki-multiple
|
||
|
tags: [[$:/tags/wiki-test-spec]]
|
||
|
|
||
|
title: Output
|
||
|
|
||
|
\whitespace trim
|
||
|
<$genesis $type="$let" myvar="Kitten">(<$text text=<<myvar>>/>)</$genesis>
|
||
|
<$genesis $type="$let" $$myvar="Kitten">(<$text text=<<$myvar>>/>)</$genesis>
|
||
|
+
|
||
|
title: ExpectedResult
|
||
|
|
||
|
<p>(Kitten)(Kitten)</p>
|