mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 18:39:57 +00:00
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>
|
|
"/>
|