Skip to content

Commit

Permalink
docs: minor README change
Browse files Browse the repository at this point in the history
  • Loading branch information
tadmccorkle committed Nov 14, 2023
1 parent 44ef530 commit cba967e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Tools for working with markdown files in Neovim.
- [Usage](#usage)
- [Inline surround](#inline-surround)
- [Table of contents](#table-of-contents)
- [List editing](#list-editing)
- [Lists](#lists)
- [Links](#links)
- [*nvim-treesitter* module](#nvim-treesitter-module)

Expand Down Expand Up @@ -197,7 +197,7 @@ Detailed usage instructions can be found in the help doc (`:h markdown.usage`).

- [Inline Surround](#inline-surround)
- [Table of Contents](#table-of-contents)
- [List Editing](#list-editing)
- [Lists](#lists)
- [Links](#links)

### Inline surround
Expand Down Expand Up @@ -301,7 +301,7 @@ Headings can be omitted from the TOC by flagging them with `<!-- omit in toc -->
## heading 2
```

### List editing
### Lists

Most list editing commands are intended to be invoked by custom keymaps (see notes on the `on_attach` field under [configuration](#configuration)).

Expand Down

0 comments on commit cba967e

Please sign in to comment.