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
Let | be the cursor, in the following case pressing backspace will delete two asterisks in front of the cursor in markdown files, causing unbalanced italic markers:
**|** --> press backspace --> |**
Expected behavior: delete ** pair around curosr: *|*
The reason behind this bug:
The ambiguous open/closed detector detects **|** as []|[] (if translated to non-ambiguous pairs), and this plugin has a feature where deleting the closing pair also deletes the opening pair if it is right before the closing pair ([]| > <bs> > |).
Let
|
be the cursor, in the following case pressing backspace will delete two asterisks in front of the cursor in markdown files, causing unbalanced italic markers:Expected behavior: delete
**
pair around curosr:*|*
Plugin config:
The text was updated successfully, but these errors were encountered: