mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 02:26:19 +00:00
98a509dbf3
* 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
5 lines
667 B
Plaintext
5 lines
667 B
Plaintext
title: expected-html-tabs-vertical
|
|
type: text/html
|
|
description: Vertical tabs test -- This is the expected HTML output from the test in test-wikitext-tabs-macro.js
|
|
|
|
<p><div class="tc-tab-set tc-vertical"><div class="tc-tab-buttons tc-vertical"><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 tc-vertical"></div><div class="tc-tab-content tc-vertical"><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> |