-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
bug 🐛Issue concerns a bug.Issue concerns a bug.level 1 ❕A bug that caused minor damage: App is still usable, but minor features might not work.A bug that caused minor damage: App is still usable, but minor features might not work.
Description
Current behavior
Generated TOC, doesn't handle headers with links properly.
Markdown code
# Main Header
<!-- toc -->
- [Sub-Header1](#Sub-Header1)
- [[Sub-Header2](https://google.com)](#Sub-Header2)
<!-- tocstop -->
## Sub-Header1
## [Sub-Header2](https://google.com)
Rendered as
Expected behavior
Markdown code
# Main Header
<!-- toc -->
- [Sub-Header1](#Sub-Header1)
- [Sub-Header2](#Sub-Header2)
<!-- tocstop -->
## Sub-Header1
## [Sub-Header2](https://google.com)
Rendered as
Environment
- Version :
0.12.1 - OS Version and name :
Linux nil 5.2.9-arch1-1-ARCH #1 SMP PREEMPT Fri Aug 16 11:29:43 UTC 2019 x86_64 GNU/Linux
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bug 🐛Issue concerns a bug.Issue concerns a bug.level 1 ❕A bug that caused minor damage: App is still usable, but minor features might not work.A bug that caused minor damage: App is still usable, but minor features might not work.

