react-markdown-preview icon indicating copy to clipboard operation
react-markdown-preview copied to clipboard

Regular expression problem in Safari environment

Open brgndyy opened this issue 1 year ago • 1 comments

스크린샷 2024-09-23 오후 3 01 46 스크린샷 2024-09-23 오후 3 02 09 스크린샷 2024-09-23 오후 3 02 52

I am in a vite environment and react using version 5.1.2, but here the error Invalid regular expression: invalid group specifier name occurs.

스크린샷 2024-09-23 오후 3 42 30

It seems that the problem occurs because Safari does not allow the lookbehind pattern.

brgndyy avatar Sep 23 '24 06:09 brgndyy

https://github.com/syntax-tree/mdast-util-gfm-autolink-literal/issues/10

kurrestahlberg avatar Apr 01 '25 13:04 kurrestahlberg