CodeHub icon indicating copy to clipboard operation
CodeHub copied to clipboard

Parsing a linked URL that contains the character )

Open DavidHaslam opened this issue 8 years ago • 1 comments

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 avatar Mar 25 '17 07:03 DavidHaslam

Still await triage.

DavidHaslam avatar Feb 23 '19 16:02 DavidHaslam