fix: fix gfm urls after link#2186
Merged
UziTech merged 2 commits intomarkedjs:masterfrom Aug 23, 2021
Merged
Conversation
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/markedjs/markedjs/ARmKXHY5iamifcEGafmK5WR59EL6 |
styfle
approved these changes
Aug 23, 2021
calculuschild
approved these changes
Aug 23, 2021
Contributor
calculuschild
left a comment
There was a problem hiding this comment.
I am constantly amazed at how we can be passing all the unit tests and yet something else always manages to break. 😓
Looks good to me!
github-actions bot
pushed a commit
that referenced
this pull request
Aug 23, 2021
## [3.0.1](v3.0.0...v3.0.1) (2021-08-23) ### Bug Fixes * fix gfm urls after link ([#2186](#2186)) ([e03b5c1](e03b5c1))
Member
Author
No such thing as 100% test coverage for regexes 😅 |
|
🎉 This PR is included in version 3.0.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Logiclayer1111
pushed a commit
to Logiclayer1111/marked
that referenced
this pull request
Apr 20, 2026
## [3.0.1](markedjs/marked@v3.0.0...v3.0.1) (2021-08-23) ### Bug Fixes * fix gfm urls after link ([#2186](markedjs/marked#2186)) ([57a56a7](markedjs/marked@57a56a7))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Marked version: 3.0.0
Markdown flavor: GitHub Flavored Markdown
Description
inLinkstate is not reset after creating a link token so GFM auto-urls are not being tokenized as links.Contributor
Committer
In most cases, this should be a different person than the contributor.