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
I have some weird highlighting quirks that I suspect are caused by Marksman crashing, i.e. helix-editor reports (many repeated) "broken pipe". They seem to occur surrounding a certain basic markdown construct.
I wonder if anyone is able to test/confirm this. (I'm not sure, so hoping to get confirmation before reporting this as a bug.)
This fails to properly highlight, with varying results:
A1_A1_
A1__A1__
While this is processed correctly:
A1A_A1A_
A1A__A1A__
It seems to struggle with the final character of the emphasized content being a digit (or non-alpha).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have some weird highlighting quirks that I suspect are caused by Marksman crashing, i.e. helix-editor reports (many repeated) "broken pipe". They seem to occur surrounding a certain basic markdown construct.
I wonder if anyone is able to test/confirm this. (I'm not sure, so hoping to get confirmation before reporting this as a bug.)
This fails to properly highlight, with varying results:
_A1_
__A1__
While this is processed correctly:
_A1A_
__A1A__
It seems to struggle with the final character of the emphasized content being a digit (or non-alpha).
Beta Was this translation helpful? Give feedback.
All reactions