mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-01 04:26:56 +00:00
Trim Saga: Another batch of medium-sized files (#6270)
* adding trim: Last of the macros I think * adding trim: EditTemplate and ItemSidebarIcon * adding trim: control panel basics * Another hidden space to guide the uglifier * More consistent nested quoting * Reconciling tests for \whitespace trim
This commit is contained in:
@@ -2,42 +2,4 @@ title: expected-html-tabs-horizontal
|
||||
type: text/html
|
||||
description: Horizontal tabs test - This is the expected HTML output from a test in test-wikitext-tabs-macro.js
|
||||
|
||||
<p>
|
||||
|
||||
<div class="tc-tab-set ">
|
||||
<div class="tc-tab-buttons ">
|
||||
<button class="">
|
||||
|
||||
|
||||
|
||||
t 1
|
||||
|
||||
</button><button class=" tc-tab-selected">
|
||||
|
||||
|
||||
|
||||
t 2
|
||||
|
||||
</button><button class="">
|
||||
|
||||
|
||||
|
||||
t 3
|
||||
|
||||
</button><button class="">
|
||||
|
||||
|
||||
|
||||
|
||||
TabFour
|
||||
|
||||
|
||||
</button>
|
||||
</div>
|
||||
<div class="tc-tab-divider "></div>
|
||||
<div class="tc-tab-content ">
|
||||
<div class=" tc-reveal" hidden="true"></div><div class=" tc-reveal"><p>Text tab 2</p></div><div class=" tc-reveal" hidden="true"></div><div class=" tc-reveal" hidden="true"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</p>
|
||||
<p><div class="tc-tab-set "><div class="tc-tab-buttons "><button class="">t 1</button><button class=" tc-tab-selected">t 2</button><button class="">t 3</button><button class="">TabFour</button></div><div class="tc-tab-divider "></div><div class="tc-tab-content "><div class=" tc-reveal" hidden="true"></div><div class=" tc-reveal"><p>Text tab 2</p></div><div class=" tc-reveal" hidden="true"></div><div class=" tc-reveal" hidden="true"></div></div></div></p>
|
||||
Reference in New Issue
Block a user