mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 10:34:53 +00:00
19 lines
270 B
Plaintext
19 lines
270 B
Plaintext
|
title: Globals/Simple
|
||
|
description: Global procedures
|
||
|
type: text/vnd.tiddlywiki-multiple
|
||
|
tags: [[$:/tags/wiki-test-spec]]
|
||
|
|
||
|
title: Output
|
||
|
|
||
|
\whitespace trim
|
||
|
|
||
|
<<this-is-one>>
|
||
|
+
|
||
|
title: One
|
||
|
tags: $:/tags/Global
|
||
|
|
||
|
\procedure this-is-one() ONE
|
||
|
+
|
||
|
title: ExpectedResult
|
||
|
|
||
|
<p>ONE</p>
|