mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
14 lines
373 B
Plaintext
14 lines
373 B
Plaintext
|
title: Genesis/Simple
|
||
|
description: Simple usage of genesis widget
|
||
|
type: text/vnd.tiddlywiki-multiple
|
||
|
tags: [[$:/tags/wiki-test-spec]]
|
||
|
|
||
|
title: Output
|
||
|
|
||
|
\whitespace trim
|
||
|
<$genesis $type="div">Mouse</$genesis>
|
||
|
<$genesis $type="div" class="tc-thing" label="Squeak">Mouse</$genesis>
|
||
|
+
|
||
|
title: ExpectedResult
|
||
|
|
||
|
<p><div>Mouse</div><div class="tc-thing" label="Squeak">Mouse</div></p>
|