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
Using the EarmarkParser on the invalid md string "\\[{:}" causes a crash rather than returning an error. This is an issue for my use case where I'm using md-files to take notes and sometimes these notes contain ughly strings such as partial code fragments, backtraces and such. When finding that the parser would crash on one of my files I was able to reduce it to this minimal string causing the crash.
I don't understand the relationship between Earmark and EarmarkParser, so I've reported this issue there too: pragdave/earmark#494
Using the EarmarkParser on the invalid md string
"\\[{:}"
causes a crash rather than returning an error. This is an issue for my use case where I'm using md-files to take notes and sometimes these notes contain ughly strings such as partial code fragments, backtraces and such. When finding that the parser would crash on one of my files I was able to reduce it to this minimal string causing the crash.I don't understand the relationship between Earmark and EarmarkParser, so I've reported this issue there too: pragdave/earmark#494
The text was updated successfully, but these errors were encountered: