The text of autolinks should not be searched for regular expression matches
Open
bug
good first issue
ready to implement
- Dominant language
- Rust
- Stars
- 34
- Forks
- 43
- PR merge metrics
- No merged PRs in 30d
Description
For example:
```markdown
Full specification:
```
Generates the following diagnostic:
```
error[markdown-re-eip-dash]: proposals must be referenced with the form `EIP-N` (not `EIPN` or `EIP N`)
--> EIPS/eip-7002.md
|
535 | Full specification:
|
= info: the pattern in question: `(?i)eip[\s]*[0-9]+`
= help: see https://ethereum.github.io/eipw/markdown-re-eip-dash/
```
Reported by @lightclient in [this run](https://github.com/ethereum/EIPs/actions/runs/8348890291/job/22851815218?pr=8228) on [this PR](https://github.com/ethereum/EIPs/pull/8228).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.