1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-18 01:44:22 +00:00
TiddlyWiki5/core/ui/TestCases/DefaultTemplate.tid
jeremy@jermolene.com de9ea40179 Introduce testcase widget so that we can reuse testcases as documentation examples
There's still a bit to do: adding tabs to the source panel of the testcase display, and tweaking the CSS.
2023-04-10 16:25:01 +01:00

18 lines
419 B
Plaintext

title: $:/core/ui/testcases/DefaultTemplate
\whitespace trim
<div class="tc-testcase-wrapper">
<div class="tc-testcase-header">
<h2><$testcase-transclude tiddler="Description" mode="inline"/></h2>
</div>
<div class="tc-testcase-panes">
<div class="tc-testcase-source">
<pre>
<$testcase-view tiddler="Output"/>
</pre>
</div>
<div class="tc-testcase-output">
<$testcase-transclude tiddler="Output"/>
</div>
</div>
</div>