-
-
Notifications
You must be signed in to change notification settings - Fork 13
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
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
Error in Safari due to lookbehind assertion used in regex #44
Comments
Feel free to submit a pull request with a fix 👾 |
can you explain what this regex do? upd: demo |
It catches all Markdown images and links, so we could exclude them from processing and readd at the end:
|
regex without lookbehind |
We could try that, thanks! |
Oh, now I see. There's not just one regexp with lookbehind, but plenty of them. :( |
yep,( |
Hopefully lookbehind support in webkit should be released soon. 🙄
|
xpuu maybe I will return to this issue in a month |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
lookbehind assertion is not supported in Safari:
a few years ago there was a similar Issue (closed now)
but still no babel plugin or corejs polyfill appeared
can you simulate lookbehind like this?
The text was updated successfully, but these errors were encountered: