mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 10:34:53 +00:00
719a5614cb
Underscore looked ambiguous; I kept typing dashes by accident
14 lines
407 B
Plaintext
14 lines
407 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> |