JetBrains / markdown

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

Autolink ignores link part after tilda and colon #34

Closed kkononov closed 5 years ago

kkononov commented 5 years ago

Example input: https://test.com/~repo/large-files-editor Result: https://test.com/ is a link, the rest is plain text

kkononov commented 5 years ago

It also ignores link part after colon :, where it is not right after protocol, for example:

https://youtrack.jetbrains.com/issues?q=for:%20me%20 (%20me%20 will be plain text).

valich commented 5 years ago

Should be fixed in master and kotlin-js-clean branches, 0.2.0-pre-6 version is published