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