mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 02:26:19 +00:00
150266c731
For consistency with `_canonical_uri`; unlike many system fields, the behaviour of these fields is baked into the core JS code.
22 lines
373 B
Plaintext
22 lines
373 B
Plaintext
title: Globals/Functions
|
|
description: Global functions in shadow variables
|
|
type: text/vnd.tiddlywiki-multiple
|
|
tags: [[$:/tags/wiki-test-spec]]
|
|
|
|
title: Output
|
|
|
|
\whitespace trim
|
|
|
|
<$text text=<<this-is-one>>/>
|
|
|
|
|
<$text text=<<this-is-one 7>>/>
|
|
+
|
|
title: $:/global/this-is-one
|
|
_is_function: yes
|
|
_parameters: (foo:"2")
|
|
|
|
[<foo>multiply[2.5]]
|
|
+
|
|
title: ExpectedResult
|
|
|
|
<p>5|17.5</p> |