1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-19 18:59:42 +00:00

Fix $:/core/ui/testcases/DefaultTemplate so narrative can use wikitext formatting (#8416)

This commit is contained in:
Mario Pietsch 2024-07-24 14:02:41 +02:00 committed by GitHub
parent 0c9d61d4a3
commit acb2602d78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,5 @@
title: $:/core/ui/testcases/DefaultTemplate
code-body: yes
\whitespace trim
\procedure linkcatcherActions()
@ -46,7 +47,7 @@ title: $:/core/ui/testcases/DefaultTemplate
<$list filter="[all[shadows+tiddlers]tag[$:/tags/TestCase/Actions]!has[draft.of]]"
variable="listItem"
>
<$transclude tiddler=<<listItem>> mode="inline"/>
<$transclude $tiddler=<<listItem>> $mode="inline"/>
</$list>
</div>
</$reveal>
@ -56,7 +57,7 @@ title: $:/core/ui/testcases/DefaultTemplate
</div>
<%if [[Narrative]is[tiddler]] %>
<div class="tc-test-case-narrative">
<$transclude $tiddler="Narrative" mode="block"/>
<$transclude $tiddler="Narrative" $mode="block"/>
</div>
<%endif%>
<%if [<testResult>match[fail]] %>