Skip to content

[SKIP headers before ts -- te] #125

@firebirdberlin

Description

@firebirdberlin

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!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions