Fix malformed Markdown links#574
Open
Samuel-Baird wants to merge 1 commit into
Open
Conversation
Regulation citations had a stray ")" inside the link text (e.g.
"[WCA Regulation 9b)](...)"), which rendered a dangling or doubled
parenthesis; one case in Competition Requirements produced a triple
")))". Moved the ")" out of the link text and balanced the wrapping
parentheses so each renders as "(WCA Regulation 9b)".
- documents/policies/external/Competition Requirements.md (9 citations,
incl. the triple-paren on the qualification-format line)
- documents/Code of Ethics.md (1e2 / 1f2)
- edudoc/competitor-tutorial/tutorial.md + am/es/pt/se (A4 / A5 / A6)
- edudoc/competitor-tutorial/se/tutorial.md: double opening paren
"]((wca{...}))" -> "](wca{...})"
- documents/policies/internal/Email Account.md: stray leading space
These are link-structure fixes only; link targets are unchanged.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Several regulation citations placed a stray
)inside the link text —[WCA Regulation 9b)](…)— which renders a dangling or doubled parenthesis. In one spot (Competition Requirements, qualification-format line) the source even had))). This moves the)out of the link text and balances the surrounding parentheses so each renders cleanly as "(WCA Regulation 9b)".documents/policies/external/Competition Requirements.md))))documents/Code of Ethics.md[1e2)]/[1f2)]→[1e2]/[1f2]edudoc/competitor-tutorial/tutorial.md+am/es/pt/se[Regulation A4)]→[Regulation A4](A4/A5/A6)edudoc/competitor-tutorial/se/tutorial.md]((wca{…}))→](wca{…})documents/policies/internal/Email Account.mdLink targets are unchanged — this is purely link structure. (The Swedish line still points to the same
guidelines.htmltarget; only the broken parenthesis was fixed.)🤖 Generated with Claude Code