Skip to content

Conversation

@UziTech
Copy link
Member

@UziTech UziTech commented Jul 1, 2019

Marked version: master

Description

Fix multiple inline links with parenthesis around them

Markdown

([one](http://example.com/1)) ([two](http://example.com/2))

Expected

(one) (two)

Actual

(one (two)

Contributor

  • Test(s) exist to ensure functionality and minimize regression

Committer

In most cases, this should be a different person than the contributor.

  • Draft GitHub release notes have been updated.
  • CI is green (no forced merge required).
  • Merge PR

Copy link
Member

@styfle styfle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 👍

@UziTech
Copy link
Member Author

UziTech commented Jul 1, 2019

I found a few more edge cases that were broken and fixed them

Copy link
Contributor

@davisjam davisjam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No opinion.

@UziTech UziTech merged commit 6bae3a2 into markedjs:master Jul 2, 2019
@UziTech UziTech deleted the link-paren branch July 2, 2019 15:43
@UziTech UziTech mentioned this pull request Jul 5, 2019
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Last closing round bracket is stripped out from the href

3 participants