hedyhli / hedyhli/markdown-toc.nvim

Two h3 end up nested (but 2 h2 do not)

Open
#8 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.