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
When the cursor (|) is behing a highlighted selection like so: Test of a ==highlighted selection==|
and the highlight button is clicked the last two equal signs are removed. This removes the highlight but leaves the starting equal signs incorrectly. I guess this feature is by design.
Current Behaviour
If we have the following line with | indicating the cursor position: Test of a ==highlighted selection==|
clicking the highlight button results in: Test of a ==highlighted selection|
Expected Behaviour
If we have the following line with | indicating the cursor position: Test of a ==highlighted selection==|
clicking the highlight button results in: Test of a highlighted selection|
The text was updated successfully, but these errors were encountered:
When the cursor (
|
) is behing a highlighted selection like so:Test of a ==highlighted selection==|
and the highlight button is clicked the last two equal signs are removed. This removes the highlight but leaves the starting equal signs incorrectly. I guess this feature is by design.
Current Behaviour
If we have the following line with | indicating the cursor position:
Test of a ==highlighted selection==|
clicking the highlight button results in:
Test of a ==highlighted selection|
Expected Behaviour
If we have the following line with | indicating the cursor position:
Test of a ==highlighted selection==|
clicking the highlight button results in:
Test of a highlighted selection|
The text was updated successfully, but these errors were encountered: