Update commonMarkVersion to v0.23.0 #54
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/commonmarkversion"
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.22.0
->0.23.0
0.22.0
->0.23.0
0.22.0
->0.23.0
0.22.0
->0.23.0
0.22.0
->0.23.0
0.22.0
->0.23.0
0.22.0
->0.23.0
0.22.0
->0.23.0
Release Notes
commonmark/commonmark-java (org.commonmark:commonmark-ext-yaml-front-matter)
v0.23.0
Added
Syntax:
Main text[^1]
Inline footnotes like
^[inline footnote]
are also supported when enabledvia an option in
FootnotesExtension.Builder
Use class
FootnotesExtension
in artifactcommonmark-ext-footnotes
(#332)omitSingleParagraphP
inHtmlRenderer.Builder
for not using<p>
tags for when a document only has one paragraph (#150)
[foo]
),see
Parser.Builder#linkProcessor
Parser.Builder#customInlineContentParserFactory
. This allows users/extensionsto hook into inline parsing on a deeper level than before (e.g. with delimiter
processors). It can be used to add support for math/latex formulas or other inline
syntax. (#321)
Changed
DefaultUrlSanitizer
now also allowsdata
as a protocol. Use theconstructor with a list to customize this. (#329)
LinkReferenceDefinition
now extendsBlock
(it was extendingNode
directly before)
MarkdownRenderer
: Don't escape=
text if it's the first node in a block (#335)Fixed
by characters other than space/tab). In that case, the title was set to the
partially-parsed title and the source spans were wrong. (#315)
MarkdownRenderer
: Preserve thematic break literals (#331)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.