mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
17 lines
412 B
Plaintext
17 lines
412 B
Plaintext
|
title: Transclude/Macro/Plain
|
||
|
description: Transcluding a macro as plain text
|
||
|
type: text/vnd.tiddlywiki-multiple
|
||
|
tags: [[$:/tags/wiki-test-spec]]
|
||
|
|
||
|
title: Output
|
||
|
|
||
|
\whitespace trim
|
||
|
<$let currentTab="Jeremy">
|
||
|
<$macrocall $name="currentTab" $type="text/plain" $output="text/plain"/>
|
||
|
|
|
||
|
<$transclude $variable="currentTab" $type="text/plain" $output="text/plain"/>
|
||
|
</$let>
|
||
|
+
|
||
|
title: ExpectedResult
|
||
|
|
||
|
<p>Jeremy|Jeremy</p>
|