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'm not sure of there are any markdown errors here but showdown totally freezes and locks up the thread. Using this in nodejs means my process is effectively stuck and in the showdown demo page (browser) the thread/tab is also frozen.
The text was updated successfully, but these errors were encountered:
Ok, after further inspection, it seems the problem lied with a regex lookahead that was taking too long to complete. The regex was modified and simplified and the issue seems fixed now.
Hey
I got this when trying to parse this markdown -
(it's taken from https://github.com/okTurtles/dnschain/blob/master/README.md)
I'm not sure of there are any markdown errors here but showdown totally freezes and locks up the thread. Using this in nodejs means my process is effectively stuck and in the showdown demo page (browser) the thread/tab is also frozen.
The text was updated successfully, but these errors were encountered: