react-markdown-preview
react-markdown-preview copied to clipboard
Regular expression problem in Safari environment
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.
It seems that the problem occurs because Safari does not allow the lookbehind pattern.
https://github.com/syntax-tree/mdast-util-gfm-autolink-literal/issues/10