JetBrains / markdown

Markdown parser written in kotlin
Apache License 2.0
682 stars 75 forks source link

Autolink on URLs without protocol should add `//` prefix to href #31

Closed kkononov closed 4 years ago

kkononov commented 6 years ago

This is how it works now: image

Related info: https://stackoverflow.com/questions/43803778/href-without-https-prefix

kkononov commented 6 years ago

Encountered in 0.2.0.pre-5

valich commented 4 years ago

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