You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem seems to be the with the Regex on this line: (>%s-([+%-*])) which also matches html-tags followed by a star * as Marker items, although they are not.
Before reporting:
Problem:
Random error occurs constantly when writing a specific line (see Steps to reproduce the issue) with the following error message:
It seems like this error only occurs when writinga html-tag followed by bold/italic text on the line of a numbered list item.
Steps to reproduce the issue:
Create a markdown file
test.md
with the following content:2) <u>text</u> *italic*
and try to do anything (move cursor/...).
Expected behavior:
No error should occur.
Neovim version:
v0.10.1
The text was updated successfully, but these errors were encountered: