JetBrains / markdown

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

Support Kotlin 1.5 #84

Closed ajalt closed 3 years ago

ajalt commented 3 years ago

This requires working around KT-46694, which added the u flag to all JS regular expressions. That caused unnecessary escapes in patterns to throw an error.

Fixes #78