Closed Leonya closed 1 year ago
This commit https://github.com/JetBrains/markdown/commit/2fdc357bf53d785cc6a567dde92747ef841409bf introduced the following regex: (?<!\\\\)\\|, it's not supported in Safari so rendering crashes.
(?<!\\\\)\\|
Should be fixed in 0.4.1.
0.4.1
Thanks a lot for such a quick fix!
It's not published yet, right?
It will be available in a half an hour at most.
This commit https://github.com/JetBrains/markdown/commit/2fdc357bf53d785cc6a567dde92747ef841409bf introduced the following regex:
(?<!\\\\)\\|
, it's not supported in Safari so rendering crashes.