Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2026

This PR contains the following updates:

Package Type Update Change
pulldown-cmark-to-cmark dependencies major 21.0.022.0.0

Release Notes

Byron/pulldown-cmark-to-cmark (pulldown-cmark-to-cmark)

v22.0.0

Compare Source

New Features
  • Add #![deny(missing_docs)] attribute to enable missing documentation checks and add comprehensive documentation for all public items
New Features (BREAKING)
  • Add support for super/subscript without html
    Superscript and subscript can be presented in markdown as:
    ^superscript^ and subscript respectively. This is not always turned on,
    and many people prefer the HTML tag form, however in order to round-trip
    markdown which uses the symbolic form we need an option to enable that.

    This feature is enabled via a new field in the Options struct.

Commit Statistics
  • 7 commits contributed to the release.
  • 43 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
  • Uncategorized
    • Merge pull request #​107 from kinnison/super-sub-not-html (15e7a74)
    • Refactor (aba929c)
    • Add testing support for symbolic super/subscript (463b65a)
    • Add support for super/subscript without html (ffa22b3)
    • Merge pull request #​108 from Byron/copilot/add-documentation-and-deny-attrs (077d5d0)
    • Refactor (6d09f44)
    • Add #![deny(missing_docs)] attribute to enable missing documentation checks and add comprehensive documentation for all public items (9b55c82)

Configuration

📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), 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.

@rustbot rustbot added the S-waiting-on-review Status: waiting on a review label Jan 1, 2026
@ehuss ehuss added this pull request to the merge queue Jan 1, 2026
Merged via the queue into master with commit cc78fb4 Jan 1, 2026
15 checks passed
@rustbot rustbot removed the S-waiting-on-review Status: waiting on a review label Jan 1, 2026
@renovate renovate bot deleted the renovate/pulldown-cmark-to-cmark-22.x branch January 1, 2026 16:17
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.

2 participants