JetBrains / markdown

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

Problem with links containing umlauts #68

Open kud1ing opened 3 years ago

kud1ing commented 3 years ago

Clicking on [Foo](https://de.wikipedia.org/wiki/Spezial:Zufällige_Seite) gives the error

Bildschirmfoto 2021-02-15 um 20 14 12

Such links worked some weeks ago.

If one replaces the "ä", as in [Foo](https://de.wikipedia.org/wiki/Spezial:Zufallige_Seite), the error does not appear (Wikipedia does not have such a page).