Update CommonMark packages to v0.27.0 #506
No reviewers
Labels
No labels
antville.org
bug
compatibility
dependency
duplicate
enhancement
help wanted
invalid
java
javascript
major
needs feedback
needs work
no-issue-activity
runtime
security
urgent
usability
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: antville/antville#506
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/commonmark-packages"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.24.0->0.27.00.24.0->0.27.00.24.0->0.27.00.24.0->0.27.0Release Notes
commonmark/commonmark-java (org.commonmark:commonmark-ext-gfm-tables)
v0.27.0Added
Autolink extension: Now supports configuration of different link types that
should be recognized and converted to links. See
AutolinkExtension#builderURLhttps://example.comEMAILfoo@example.comWWWwwwsuch aswww.example.comNote that this changes the behavior of
AutolinkExtension.create()to now alsoinclude
WWWlinks by default. To re-enable the previous behavior, use:v0.26.0Changed
LinkProcessorusingreplaceWithnow also stops outer links from beingparsed as links, same as with
wrapTextIn. This prevents nested links, seefootnotes change below.
Fixed
`code`). (#398)footnote reference would be parsed and lead to nested
<a>elements, whichis disallowed. Now, only the footnote is parsed and the outer link becomes
plain text; this matches the behavior of links. (#400)
v0.25.1Fixed
separated by blank lines. Before it only worked if paragraphs were separated
by lines of 4 spaces. (#388)
v0.25.0Added
META-INF/MANIFEST.MFfiles) (#378)Nodeclasses (#370)Changed
table heading, matching GitHub's behavior. (#381)
Fixed
MarkdownRenderer: Fix precedence fornodeRendererFactory: Factories passedto the builder can now override rendering for core node types. (#368)
MarkdownRenderer: Fix exception with ordered lists with a long first numberfollowed by a shorter one (#382)
requireNonNullElseGet(#369)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.
Update CommonMark packages to v0.25.0to Update CommonMark packages to v0.25.11d20674b14to07b72ee436Update CommonMark packages to v0.25.1to Update CommonMark packages to v0.26.0Update CommonMark packages to v0.26.0to Update CommonMark packages to v0.27.0View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.