mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-10 03:49:56 +00:00
Fix $:/core/ui/testcases/DefaultTemplate so narrative can use wikitext formatting (#8416)
This commit is contained in:
parent
0c9d61d4a3
commit
acb2602d78
@ -1,4 +1,5 @@
|
|||||||
title: $:/core/ui/testcases/DefaultTemplate
|
title: $:/core/ui/testcases/DefaultTemplate
|
||||||
|
code-body: yes
|
||||||
|
|
||||||
\whitespace trim
|
\whitespace trim
|
||||||
\procedure linkcatcherActions()
|
\procedure linkcatcherActions()
|
||||||
@ -46,7 +47,7 @@ title: $:/core/ui/testcases/DefaultTemplate
|
|||||||
<$list filter="[all[shadows+tiddlers]tag[$:/tags/TestCase/Actions]!has[draft.of]]"
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/TestCase/Actions]!has[draft.of]]"
|
||||||
variable="listItem"
|
variable="listItem"
|
||||||
>
|
>
|
||||||
<$transclude tiddler=<<listItem>> mode="inline"/>
|
<$transclude $tiddler=<<listItem>> $mode="inline"/>
|
||||||
</$list>
|
</$list>
|
||||||
</div>
|
</div>
|
||||||
</$reveal>
|
</$reveal>
|
||||||
@ -56,7 +57,7 @@ title: $:/core/ui/testcases/DefaultTemplate
|
|||||||
</div>
|
</div>
|
||||||
<%if [[Narrative]is[tiddler]] %>
|
<%if [[Narrative]is[tiddler]] %>
|
||||||
<div class="tc-test-case-narrative">
|
<div class="tc-test-case-narrative">
|
||||||
<$transclude $tiddler="Narrative" mode="block"/>
|
<$transclude $tiddler="Narrative" $mode="block"/>
|
||||||
</div>
|
</div>
|
||||||
<%endif%>
|
<%endif%>
|
||||||
<%if [<testResult>match[fail]] %>
|
<%if [<testResult>match[fail]] %>
|
||||||
|
Loading…
Reference in New Issue
Block a user