mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-21 14:36:52 +00:00
16 lines
286 B
Plaintext
16 lines
286 B
Plaintext
|
title: CustomOperators/Simple
|
||
|
description: Simple custom operator usage
|
||
|
type: text/vnd.tiddlywiki-multiple
|
||
|
tags: [[$:/tags/wiki-test-spec]]
|
||
|
|
||
|
title: Output
|
||
|
|
||
|
\function [multiplybytwo[]]()
|
||
|
[multiply[2]]
|
||
|
\end
|
||
|
|
||
|
<$text text={{{ [[123]multiplybytwo[]] }}}/>
|
||
|
+
|
||
|
title: ExpectedResult
|
||
|
|
||
|
<p>246</p>
|