mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
18 lines
467 B
Plaintext
18 lines
467 B
Plaintext
|
title: Data/Simple
|
||
|
type: text/vnd.tiddlywiki-multiple
|
||
|
tags: [[$:/tags/wiki-test-spec]]
|
||
|
description: Standalone data widget to create individual tiddlers
|
||
|
|
||
|
title: Description
|
||
|
text: Standalone data widget to create individual tiddlers
|
||
|
+
|
||
|
title: Output
|
||
|
|
||
|
\whitespace trim
|
||
|
<$testcase template="$:/core/ui/testcases/RawJSONTemplate">
|
||
|
<$data title="Epsilon" text="Theta"/>
|
||
|
</$testcase>
|
||
|
+
|
||
|
title: ExpectedResult
|
||
|
|
||
|
<p><div><div>[{"title":"Epsilon","text":"Theta"}]</div></div></p>
|