Skip to content

fix(issues): handle links with escaped angle brackets#643

Draft
caugner wants to merge 8 commits intomainfrom
fix-links-with-escaped-angle-brackets
Draft

fix(issues): handle links with escaped angle brackets#643
caugner wants to merge 8 commits intomainfrom
fix-links-with-escaped-angle-brackets

Conversation

@caugner
Copy link
Copy Markdown
Contributor

@caugner caugner commented Apr 21, 2026

Description

Handle links with escaped angle brackets when fixing issues.

Motivation

Ensure links with escaped angle brackets can be fixed.

Additional details

Resolves the following errors when running cargo run fix-flaws --locale ru:

page: Could not locate '/ru/docs/Web/JavaScript/Reference/Operators/Bitwise_Operators#<<_(Left_shift)' before offset 0 (searched region: "") locale="ru" slug="Web/JavaScript/Guide/Expressions_and_operators" file="/path/to/mdn/translated-content/files/ru/web/javascript/guide/expressions_and_operators/index.md"
page: Could not locate '/ru/docs/Web/JavaScript/Reference/Operators/Bitwise_Operators#>>_(Sign-propagating_right_shift)' before offset 0 (searched region: "") locale="ru" slug="Web/JavaScript/Guide/Expressions_and_operators" file="/path/to/mdn/translated-content/files/ru/web/javascript/guide/expressions_and_operators/index.md"
page: Could not locate '/ru/docs/Web/JavaScript/Reference/Operators/Bitwise_Operators#>>>_(Zero-fill_right_shift)' before offset 0 (searched region: "") locale="ru" slug="Web/JavaScript/Guide/Expressions_and_operators" file="/path/to/mdn/translated-content/files/ru/web/javascript/guide/expressions_and_operators/index.md"

Related issues and pull requests

@caugner caugner requested a review from a team as a code owner April 21, 2026 09:49
@caugner caugner requested a review from LeoMcA April 21, 2026 09:49
@caugner caugner marked this pull request as draft April 21, 2026 09:49
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 21, 2026

2addca4 was deployed to: https://rari-pr643.review.mdn.allizom.net/

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