mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 02:26:19 +00:00
20 lines
468 B
Plaintext
20 lines
468 B
Plaintext
title: CustomWidget/Slotted/Empty
|
|
description: Custom widget with empty slotted values
|
|
type: text/vnd.tiddlywiki-multiple
|
|
tags: [[$:/tags/wiki-test-spec]]
|
|
|
|
title: Output
|
|
|
|
\whitespace trim
|
|
\widget $$mywidget()
|
|
<$slot $name=ts-raw>the body is empty</$slot>
|
|
\end
|
|
|
|
#<$$mywidget/>
|
|
#<$$mywidget></$$mywidget>
|
|
#<$$mywidget>the body is not empty</$$mywidget>
|
|
|
|
+
|
|
title: ExpectedResult
|
|
|
|
<ol><li>the body is empty</li><li>the body is empty</li><li>the body is not empty</li></ol> |