Skip to content

Update markdown to v1 and fix CLI reference links#13166

Merged
konstin merged 2 commits intomainfrom
renovate/markdown-1.x
May 21, 2025
Merged

Update markdown to v1 and fix CLI reference links#13166
konstin merged 2 commits intomainfrom
renovate/markdown-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 28, 2025

This PR contains the following updates:

Package Type Update Change
markdown dependencies major 0.3.0 -> 1.0.0

Release Notes

wooorm/markdown-rs (markdown)

v1.0.0

💯

Nothing changed since the last alpha.
It’s just that: this crate’s now being used a bunch and working well, so it’s time to be stable!


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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.

@renovate renovate bot added the internal A refactor or improvement that is not user-facing label Apr 28, 2025
@renovate renovate bot force-pushed the renovate/markdown-1.x branch from 11f0c1b to ca08edd Compare April 28, 2025 03:18
@konstin
Copy link
Copy Markdown
Member

konstin commented Apr 28, 2025

The massive diff in the cli.md can be broken down into four kinds of changes in the generated CLI reference html page:

  • Whitespace/newlines: The new markdown and resulting html is a lot denser, though I did not see any visible changes.
  • Escapes: The new version does not html-escape ' anymore, it now uses the character verbatim.
  • Double quotes instead of single quotes for href=.
  • <https://...> links in the documentation now work.

Current https://docs.astral.sh/uv/reference/cli/#uv-run--default-index:

image

With this PR:

image

Current https://docs.astral.sh/uv/reference/cli/#uv-run:

image

With this PR:

image

@konstin konstin changed the title Update Rust crate markdown to v1 Update markdown to v1 and fix CLI reference links Apr 28, 2025
Copy link
Copy Markdown
Member

@zanieb zanieb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, thanks!

@konstin konstin merged commit c7cabfc into main May 21, 2025
109 checks passed
@konstin konstin deleted the renovate/markdown-1.x branch May 21, 2025 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal A refactor or improvement that is not user-facing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants