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

Ensure nested parenthesis are handled into links #258

Merged
merged 1 commit into from
Jun 1, 2013

Conversation

robin850
Copy link
Collaborator

@robin850 robin850 commented Jun 1, 2013

Hello,

Make sure that parenthesis inside the link's url are correctly parsed Redcarpet considered the first ")" occurrence as the link's end so we first count the number of open "(" and decrement this number each time we found a ")".

This pull request should close issue #237.

Have a nice day.

Make sure that parenthesis inside the link's url are correctly parsed
Redcarpet considered the first ")" occurrence as the link's end so we
first count the number of open "(" and decrement this number each
time we found a ")".

Close issue #237
robin850 added a commit that referenced this pull request Jun 1, 2013
Ensure nested parenthesis are handled into links
@robin850 robin850 merged commit a2edc04 into master Jun 1, 2013
@robin850 robin850 deleted the nested-parenthesis-links branch June 1, 2013 16:52
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.

1 participant