We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In versions 0.6.0, 0.5.1 and 0.5.0 parsing this file takes ~2 minutes while it was pretty much instantaneous in 0.3.19.
Steps to reproduce the behavior with smaller repro:
npm install --save marked@0.6.0
Expected behavior Rendering completes in a linear amount of time.
I see that a lot of the time is spent in https://github.com/markedjs/marked/blob/v0.5.1/lib/marked.js#L752
It seems that the regular expression has gotten quite a bit more complex between v0.3.19 and v0.5.1
The text was updated successfully, but these errors were encountered:
Wow! Great bug report! 🤩🤩
Sorry, something went wrong.
No branches or pull requests
In versions 0.6.0, 0.5.1 and 0.5.0 parsing this file takes ~2 minutes while it was pretty much instantaneous in 0.3.19.
Steps to reproduce the behavior with smaller repro:
npm install --save marked@0.6.0
with the version you are usingExpected behavior
Rendering completes in a linear amount of time.
I see that a lot of the time is spent in https://github.com/markedjs/marked/blob/v0.5.1/lib/marked.js#L752
It seems that the regular expression has gotten quite a bit more complex between v0.3.19 and v0.5.1
The text was updated successfully, but these errors were encountered: