neovim / tree-sitter-vimdoc

Tree-sitter parser for Vim help files
Apache License 2.0
103 stars 13 forks source link

parse error, single star followed by a number #47

Closed jdhao closed 2 years ago

jdhao commented 2 years ago

In https://neovim.io/doc/user/intro.html#mode-switching, the mode-switching table is messed up due to several *1 like item in the table.

Probably should not be parsed as list item, but should be footnote like.

justinmk commented 2 years ago

I think it's parsed as invalid tag. The list below the table looks fine.