mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
bf8b3cff03
* fix: overriding codeblock widget should not impact text parser * fix: whitespace changes
20 lines
537 B
Plaintext
20 lines
537 B
Plaintext
title: Transclude/CustomWidget/CodeblockOverride-TextParser
|
|
description: Test that overriding codeblock widget does not impact text parser
|
|
type: text/vnd.tiddlywiki-multiple
|
|
tags: [[$:/tags/wiki-test-spec]]
|
|
|
|
title: Output
|
|
|
|
\whitespace trim
|
|
\widget $codeblock(code)
|
|
<$transclude $variable="copy-to-clipboard" src=<<code>>/>
|
|
<$genesis $type="$codeblock" $remappable="no" code=<<code>>/>
|
|
\end
|
|
|
|
\procedure myvariable() hello
|
|
|
|
<$transclude $variable="myvariable" $type="text/plain" $output="text/plain"/>
|
|
+
|
|
title: ExpectedResult
|
|
|
|
<p>hello</p> |