Skip to content

Update commonmark to v0.29.0#1185

Merged
fobo66 merged 1 commit into
mainfrom
renovate/commonmark
Jun 20, 2026
Merged

Update commonmark to v0.29.0#1185
fobo66 merged 1 commit into
mainfrom
renovate/commonmark

Conversation

@renovate

@renovate renovate Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
org.commonmark:commonmark 0.28.00.29.0 age confidence

Release Notes

commonmark/commonmark-java (org.commonmark:commonmark)

v0.29.0

Added
  • Support rendering GFM task list items to Markdown (#​433)
  • Support rendering YAML front matter to Markdown (#​434)
  • Alerts
    • Allow customizing HTML attributes for alert title <p> tag via AttributeProvider (#​427)
    • New configuration for AlertsExtension to allow authors to provide custom
      titles per alert. See the
      custom titles section of the alerts README
      for more information. (#​430)
    • New configuration for AlertsExtension to allow alerts to be nested within
      other blocks (including other alerts). See
      this section of the alerts README
      for more information. (#​430)
    • New configuration for AlertsExtension to allow the set of alert types
      (including standard GFM types) to be completely overwritten. (#​435)
      var extension = AlertsExtension.builder()
              .setAllowedTypes(Map.ofEntries(
                      Map.entry("IMPORTANT", "Important"),
                      Map.entry("WARNING", "Warning")
                      Map.entry("BUG", "Known Bug")
              ))
              .build();
    • Support rendering alerts to text (#​437)

Configuration

📅 Schedule: (UTC)

  • 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.

@fobo66 fobo66 merged commit e951d47 into main Jun 20, 2026
3 checks passed
@fobo66 fobo66 deleted the renovate/commonmark branch June 20, 2026 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant