Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for matching parentheses in link URLs #50

Closed
wants to merge 1 commit into from

Conversation

nicked
Copy link

@nicked nicked commented May 6, 2020

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:)

@JohnSundell
Copy link
Owner

@nicked I'm very sorry for not reviewing this PR, and thanks a lot for contributing. I'm now finally able to get back into reviewing Ink PRs, and ultimately chose to accept @Richard-Gist's implementation for fixing the parenthesis issue in PR #73. So will close this one. Again, my sincere apologies for the lack of feedback on this PR.

@JohnSundell JohnSundell closed this Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants