mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 18:39:57 +00:00
17 lines
625 B
Plaintext
17 lines
625 B
Plaintext
title: Transclude/Macro/JavaScript
|
|
description: Transcluding a javascript macro
|
|
type: text/vnd.tiddlywiki-multiple
|
|
tags: [[$:/tags/wiki-test-spec]]
|
|
|
|
title: Output
|
|
|
|
\whitespace trim
|
|
|
|
<<makedatauri text:"Wildebeest" type:"text/plain">>
|
|
|
|
<$macrocall $name="makedatauri" text="Wildebeest" type="text/plain"/>
|
|
|
|
+
|
|
title: ExpectedResult
|
|
|
|
<p><a class="tc-tiddlylink-external" href="data:text/plain,Wildebeest" rel="noopener noreferrer" target="_blank">data:text/plain,Wildebeest</a></p><p><a class="tc-tiddlylink-external" href="data:text/plain,Wildebeest" rel="noopener noreferrer" target="_blank">data:text/plain,Wildebeest</a></p> |