Ink icon indicating copy to clipboard operation
Ink copied to clipboard

Added support for matching parentheses in link URLs

Open nicked opened this issue 4 years ago • 0 comments

Markdown should support inline links that contain matching pairs of parentheses, eg [my link](http://example.com/link_(with_parens)). These are quite common on Wikipedia for example.

The current implementation is not ideal because of the limitations of Reader, maybe it would be better to add support in there for escaped or balanced pairs of characters?

Also don't like the .filter.count but it seems Substring doesn't support count(where:)

nicked avatar May 06 '20 09:05 nicked