**OS type**: - [x] Unix - [ ] Windows - [ ] Other ([SPECIFY]) **Vim**: - [ ] vim - [x] neovim - [ ] Other ([SPECIFY]) **Vim version**: NVIM v0.4.4 Using mkdx 602a784 **Reproduce steps**: Use the following markdown file. ``` Title ===== # Table of Contents - [Title](#title) - [Table of Contents](#table-of-contents) - [Head1](#head1) - [Head2](#head2) - [Head3](#head3) Head1 ----- ### Head2 #### Head3 ``` 1. Jumping to each heading from the table of contents is possible except for `Head1` **Expected**: Jumps to Head1 **Actual**: Doesn't jump to Head1 Thanks!
OS type:
Vim:
Vim version:
NVIM v0.4.4
Using mkdx 602a784
Reproduce steps:
Use the following markdown file.
Head1Expected:
Jumps to Head1
Actual:
Doesn't jump to Head1
Thanks!