Open DavidHaslam opened 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.
Still await triage.
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.