forked from alanwalk/markdown-toc
-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
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 -->
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

