You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.4 KiB
64 lines
1.4 KiB
+++ |
|
title = "TOC with headings (post-unnumbered, TOC-numbered) only till level 2" |
|
tags = ["export-option", "toc"] |
|
draft = false |
|
+++ |
|
|
|
<style> |
|
.ox-hugo-toc ul { |
|
list-style: none; |
|
} |
|
</style> |
|
<div class="ox-hugo-toc toc"> |
|
<div></div> |
|
|
|
<div class="heading">Table of Contents</div> |
|
|
|
- <span class="section-num">1</span> [Post sub-heading 1](#post-sub-heading-1) |
|
- <span class="section-num">2</span> [Post sub-heading 2](#post-sub-heading-2) |
|
- <span class="section-num">3</span> [Post sub-heading 3](#post-sub-heading-3) |
|
|
|
</div> |
|
<!--endtoc--> |
|
|
|
|
|
## Post sub-heading 1 {#post-sub-heading-1} |
|
|
|
|
|
### Post sub-heading 1.1 {#post-sub-heading-1-dot-1} |
|
|
|
|
|
#### Post sub-heading 1.1.1 {#post-sub-heading-1-dot-1-dot-1} |
|
|
|
|
|
### Post sub-heading 1.2 {#post-sub-heading-1-dot-2} |
|
|
|
|
|
### Post sub-heading 1.3 {#post-sub-heading-1-dot-3} |
|
|
|
|
|
## Post sub-heading 2 {#post-sub-heading-2} |
|
|
|
|
|
### Post sub-heading 2.1 {#post-sub-heading-2-dot-1} |
|
|
|
|
|
### Post sub-heading 2.2 {#post-sub-heading-2-dot-2} |
|
|
|
|
|
#### Post sub-heading 2.2.1 {#post-sub-heading-2-dot-2-dot-1} |
|
|
|
|
|
#### Post sub-heading 2.2.2 {#post-sub-heading-2-dot-2-dot-2} |
|
|
|
The `UNNUMBERED` property for this subtree is set to `t`. So this |
|
heading will show up as unnumbered in both the post body and the TOC. |
|
|
|
|
|
#### Post sub-heading 2.2.3 {#post-sub-heading-2-dot-2-dot-3} |
|
|
|
|
|
## Post sub-heading 3 {#post-sub-heading-3} |
|
|
|
|
|
### Post sub-heading 3.1 {#post-sub-heading-3-dot-1}
|
|
|