mirror of
https://github.com/astral-sh/ruff
synced 2026-01-09 07:34:06 -05:00
## Summary
Currently fully define markdown links which include ticks are being
reformatted by
8619986123/crates/ruff_dev/src/generate_docs.rs (L105-L114)
```[`name`](link)``` -> ```[`name`][name](link)```
For example: https://docs.astral.sh/ruff/rules/typed-argument-default-in-stub/
This PR excludes the open parentheses from the regex, so that these types of links won't be reformatted.
## Test Plan
Extended the regression test.