JetBrains / markdown

Markdown parser written in kotlin
Apache License 2.0
706 stars 78 forks source link

Tables don't render in Safari #117

Closed Leonya closed 1 year ago

Leonya commented 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.

FirstTimeInForever commented 1 year ago

Should be fixed in 0.4.1.

Leonya commented 1 year ago

Thanks a lot for such a quick fix!

Leonya commented 1 year ago

It's not published yet, right?

FirstTimeInForever commented 1 year ago

It will be available in a half an hour at most.