markdown-toc
markdown-toc copied to clipboard
TOC ignore:true
trafficstars
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 -->
I have the same issue.
have same issue too
I'm also having this issue, however I've determined that this only occurs when the ignore comment is placed above the TOC.
Otherwise it seems to work as intended.