Skip to content

TOC ignore:true #58

@Mikma03

Description

@Mikma03

Hi,

I believe there is a bug as following example:

  1. When I'm using ## header is ignored:
<!-- TOC ignore:true -->
## Table of c

<!-- TOC -->

- [Microsoft - Data engineering with Azure Databricks](#microsoft---data-engineering-with-azure-databricks)
- [test1](#test1)
- [test2](#test2)

<!-- /TOC -->
  1. But when I'm using one # then it will not work:
<!-- TOC ignore:true -->
# Table of c

<!-- TOC -->

- [Table of c](#table-of-c)
- [Microsoft - Data engineering with Azure Databricks](#microsoft---data-engineering-with-azure-databricks)
- [test1](#test1)
- [test2](#test2)

<!-- /TOC -->

case1

case2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions