CodeHubApp / CodeHub

CodeHub is an iOS application written using Xamarin
http://www.codehub-app.com
22.82k stars 615 forks source link

Parsing a linked URL that contains the character ) #271

Open DavidHaslam opened 7 years ago

DavidHaslam commented 7 years ago

Some URLs contain the right parenthesis character ).

GitHub links cope with parsing these correctly because the Markdown pattern [....](....) is greedy.

CodeHub, however, stops at the first ) inside the URL rather than the last ) outside the URL.

As a consequence, a link that works from GitHub fails from CodeHub because it's truncated.

Try it by making a link to https://en.wikisource.com/wiki/Bible_(Wycliffe) with or without Markdown link syntax.

DavidHaslam commented 5 years ago

Still await triage.