Skip to content

jumping to underlined headers doesn't work #140

Description

@m-fonseca

OS type:

  • Unix
  • Windows
  • Other ([SPECIFY])

Vim:

  • vim
  • 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!

Metadata

Metadata

Assignees

Labels

bug:reportSomething does not work as intended / expected.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions