When I am creating a TC it always creates an entry of the topmost headlines which are supposed to be above the TOC. I have to remove these entries manually and fix the indentation.
When using the markers and the tool should be able to skip headers above the TOC.
Example of the current behaviour:
M Y T O O L
=========
Table of contents
=============
<!--ts-->
* [M Y T O O L](#m-y-t-o-o-l)
* [Table of contents](#table-of-contents)
* [First](#first)
<!--te-->
Desired behaviour:
M Y T O O L
=========
Table of contents
=============
<!--ts-->
* [First](#first)
<!--te-->
If there is already a way to achieve this please advice :)
Thanks!
When I am creating a TC it always creates an entry of the topmost headlines which are supposed to be above the TOC. I have to remove these entries manually and fix the indentation.
When using the markers and the tool should be able to skip headers above the TOC.
Example of the current behaviour:
Desired behaviour:
If there is already a way to achieve this please advice :)
Thanks!