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
Firstly thank you for creating and maintaining this really useful software!
Issue:
A sequence of characters consisting of 3 or more 'boxes' drawn using square braces causes marksman to crash, e.g:
[][][]
This is poor use of markdown syntax by me; it was part of a hastily draw note inside a large markdown file. Marksman crashed whenever I opened the file until I found the culprit and put it inside a code block using ```
Limitations of testing:
I have only tried this on .md files using Helix version 24.7 (079f5442) and marksman version 1.0.0-124c56+f124c5616cf38241e1a5e58808ed78e2d9a1d385 on operating system Fedora 40
Example file & error log (marksman server passed -v 4 argument for verbose logging): test.md log.txt
Expectation:
It would be an improvement (in my opinion) if marksman did one or both of the following:
Did not crash on this sequence of characters. This possibly relates to issue 235
Gave an improved error message which indicated which line of the file it crashed on or something similar. If this is the only course of action decided on then this issue should possibly be closed as a duplicate of issue 256
Thanks
The text was updated successfully, but these errors were encountered:
Firstly thank you for creating and maintaining this really useful software!
Issue:
A sequence of characters consisting of 3 or more 'boxes' drawn using square braces causes marksman to crash, e.g:
[][][]
This is poor use of markdown syntax by me; it was part of a hastily draw note inside a large markdown file. Marksman crashed whenever I opened the file until I found the culprit and put it inside a code block using ```
Limitations of testing:
I have only tried this on .md files using Helix version 24.7 (079f5442) and marksman version 1.0.0-124c56+f124c5616cf38241e1a5e58808ed78e2d9a1d385 on operating system Fedora 40
Example file & error log (marksman server passed
-v 4
argument for verbose logging):test.md
log.txt
Expectation:
It would be an improvement (in my opinion) if marksman did one or both of the following:
Thanks
The text was updated successfully, but these errors were encountered: