mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-04 17:16:18 +00:00
1b0eec143e
@pmario: I’ve taken your suggestion and made the HTML element type(s) be macro parameters.
12 lines
304 B
Plaintext
12 lines
304 B
Plaintext
title: TableOfContentsMacro Selective Expandable Example
|
|
caption: Selective Expandable
|
|
tags: table-of-contents-example
|
|
|
|
!! Selective Expandable Table of Contents
|
|
|
|
<$macrocall $name='wikitext-example-without-html'
|
|
src='<div class="tc-table-of-contents">
|
|
<<toc-selective-expandable "Contents">>
|
|
</div>
|
|
'/>
|