mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-24 10:37:20 +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='tw-table-of-contents'>
|
||
|
<<toc 'Contents'>>
|
||
|
</div>
|
||
|
"/>
|