Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

fix(deps): update dependency org.commonmark:commonmark-ext-yaml-front-matter to v0.23.0#26

Merged
daspositioned merged 1 commit intomainfrom
renovate/org.commonmark-commonmark-ext-yaml-front-matter-0.x
Sep 29, 2024
Merged

fix(deps): update dependency org.commonmark:commonmark-ext-yaml-front-matter to v0.23.0#26
daspositioned merged 1 commit intomainfrom
renovate/org.commonmark-commonmark-ext-yaml-front-matter-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Sep 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.commonmark:commonmark-ext-yaml-front-matter 0.22.0 -> 0.23.0 age adoption passing confidence

Release Notes

commonmark/commonmark-java (org.commonmark:commonmark-ext-yaml-front-matter)

v0.23.0

Added
  • New extension for footnotes!
    • Syntax:
      Main text[^1]

      [^1]: Additional text in a footnote
      
    • Inline footnotes like ^[inline footnote] are also supported when enabled
      via an option in FootnotesExtension.Builder

    • Use class FootnotesExtension in artifact commonmark-ext-footnotes (#​332)

  • New option omitSingleParagraphP in HtmlRenderer.Builder for not using <p>
    tags for when a document only has one paragraph (#​150)
  • Support for custom link processing during inline parsing (e.g. [foo]),
    see Parser.Builder#linkProcessor
  • Support for extending inline parsing with custom inline content parsers. See
    Parser.Builder#customInlineContentParserFactory. This allows users/extensions
    to 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
  • The default DefaultUrlSanitizer now also allows data as a protocol. Use the
    constructor with a list to customize this. (#​329)
  • LinkReferenceDefinition now extends Block (it was extending Node
    directly before)
  • MarkdownRenderer: Don't escape = text if it's the first node in a block (#​335)
Fixed
  • Fix parsing of link reference definitions with incorrect title syntax (followed
    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)
  • Fix source spans of blocks with lazy continuation lines (#​337)
  • MarkdownRenderer: Preserve thematic break literals (#​331)

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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@daspositioned daspositioned merged commit b4a2656 into main Sep 29, 2024
@daspositioned daspositioned deleted the renovate/org.commonmark-commonmark-ext-yaml-front-matter-0.x branch September 29, 2024 13:03
daspositioned pushed a commit that referenced this pull request Jun 12, 2025
…-matter to v0.23.0 (#26)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
daspositioned pushed a commit that referenced this pull request Sep 24, 2025
…-matter to v0.23.0 (#26)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
daspositioned pushed a commit that referenced this pull request Oct 6, 2025
…-matter to v0.23.0 (#26)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant