Hi,
I believe there is a bug as following example:
- 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 -->
- 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 -->


Hi,
I believe there is a bug as following example:
##header is ignored:#then it will not work: