Update dependency markdown-it-py to v2 - #103
Open
mend-for-github.qkg1.top[bot] wants to merge 11 commits into
Open
Update dependency markdown-it-py to v2#103mend-for-github.qkg1.top[bot] wants to merge 11 commits into
mend-for-github.qkg1.top[bot] wants to merge 11 commits into
Conversation
Sync with Original
Sync w/ Original
Configure WhiteSource for GitHub.com
Sync with upstream master
Sync w/ Master
Sync with Brightcove-qa
bc-jcarlson
force-pushed
the
brightcove
branch
2 times, most recently
from
June 20, 2023 20:14
ef20b41 to
145c11f
Compare
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.
This PR contains the following updates:
==1.1.0->==2.2.0By merging this PR, the below vulnerabilities will be automatically resolved:
Release Notes
executablebooks/markdown-it-py
v2.2.0Compare Source
What's Changed
New Contributors
Thanks to 🎉
Full Changelog: executablebooks/markdown-it-py@v2.1.0...v2.2.0
v2.1.0Compare Source
This release is primarily to replace the
attrspackage dependency,with the built-in Python
dataclassespackage.This should not be a breaking change, for most use cases.
Rule/Delimiterclasses fromattrstodataclass(#211)Tokenclass fromattrstodataclass(#211)NestedTokensandnest_tokensIndexError(#207)v2.0.1Compare Source
inline_definitionsoption.This option allows for
definitiontoken to be inserted into the token stream, at the point where the definition is located in the source text.It is useful for cases where one wishes to capture a "loseless" syntax tree of the parsed Markdown (in conjunction with the
store_labelsoption).v2.0.0Compare Source
mdurlandpunycodefor URL normalisation (thanks to @hukkin!).This port fixes the outstanding CommonMark compliance tests.
AttrDict.This is no longer used is core or mdit-py-plugins, instead standard dictionaries are used.
__all__to signal re-exports