hedyhli / hedyhli/markdown-toc.nvim
Two h3 end up nested (but 2 h2 do not)
Open
- Dominant language
- Lua
- Stars
- 48
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Two h3s render nested: E.g:
```
- [A](#a)
- [B](#b)
### A
### B
```
Where if there are 2 H2s, they are at the same Level
```
- [A](#a)
- [B](#b)
## A
## B
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.