12 lines
166 B
Markdown
12 lines
166 B
Markdown
---
|
|
description: Adds a Table of Contents to pages
|
|
tags: template
|
|
hooks.top:
|
|
where: 'false'
|
|
# Show all the way at the top
|
|
order: 0
|
|
---
|
|
```toc
|
|
minHeaders: 3
|
|
```
|