mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-10 03:49:56 +00:00
16 lines
372 B
Plaintext
16 lines
372 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
|
||
|
<$data title="Epsilon" text="Theta"/>
|
||
|
+
|
||
|
title: ExpectedResult
|
||
|
|
||
|
<p>[{"title":"Epsilon","text":"Theta"}]</p>
|