alanwalk / markdown-toc

MarkdownTOC(Table Of Contents) Plugin for Visual Studio Code.
MIT License
141 stars 111 forks source link

Bug--如果标题含有%符号 则无法插入或者更新序号 #79

Open Jacky2 opened 5 years ago

Jacky2 commented 5 years ago

Bug--如果标题含有%符号 则无法插入或者更新序号

如:

# 监控指标告警
## k8s相关指标告警
### 节点内存 > 85%
### 节点CPU > 85%
### 节点硬盘 > 80%

删除 % 号即可更新序号

mcornella commented 3 years ago

Bug--If the title contains the% symbol, the serial number cannot be inserted or updated

Such as:

# Monitoring indicator alarm
## k8s related indicator warning
### Node memory> 85%
### Node CPU> 85%
### Node hard disk> 80%

Delete the% sign to update the serial number