Replies: 9 comments
-
Feel free to submit a pull request with a fix 👾 |
Beta Was this translation helpful? Give feedback.
-
can you explain what this regex do? upd: demo |
Beta Was this translation helpful? Give feedback.
-
It catches all Markdown images and links, so we could exclude them from processing and readd at the end:
|
Beta Was this translation helpful? Give feedback.
-
regex without lookbehind |
Beta Was this translation helpful? Give feedback.
-
We could try that, thanks! |
Beta Was this translation helpful? Give feedback.
-
Oh, now I see. There's not just one regexp with lookbehind, but plenty of them. :( |
Beta Was this translation helpful? Give feedback.
-
yep,( |
Beta Was this translation helpful? Give feedback.
-
Hopefully lookbehind support in webkit should be released soon. 🙄
|
Beta Was this translation helpful? Give feedback.
-
xpuu maybe I will return to this issue in a month |
Beta Was this translation helpful? Give feedback.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions