Upstream Commits - #1
Open
LoboMetalurgico wants to merge 314 commits into
Open
Conversation
Clarify `Token.info` comment
Fix newline not rendered in image alt attribute
For instance, in a list
1. Item 1
20. Item 2
the first list_item_open token will have token.info === '1', and the
second will have token.info === '20'.
This is useful for later rendering plugins that might want to
use the actual markers.
This fixes quadratic complexity in `**<...>**a**<...>**` pathological case.
This is a minor change, but since it pops up on every new issue and I caught it I thought it would be nice to fix.
Co-authored-by: MakeNowJust <make.just.on@gmail.com>
…apes and entities)
mdurl.encode() treats '[' and ']' as unsafe and percent-encodes them, so IPv6 address literals such as http://[2001:db8::1]/ were emitted as http://%5B2001:db8::1%5D/. Encode URL components individually and let mdurl.format() add the IPv6 brackets back as URL syntax delimiters.
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.
No description provided.