Skip to content

Fix malformed Markdown links#574

Open
Samuel-Baird wants to merge 1 commit into
thewca:masterfrom
Samuel-Baird:fix/markdown-links
Open

Fix malformed Markdown links#574
Samuel-Baird wants to merge 1 commit into
thewca:masterfrom
Samuel-Baird:fix/markdown-links

Conversation

@Samuel-Baird

Copy link
Copy Markdown
Contributor

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)".

File Fix
documents/policies/external/Competition Requirements.md 9 citations (incl. the triple-paren ))))
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 double opening paren ]((wca{…}))](wca{…})
documents/policies/internal/Email Account.md stray leading space on one line

Link targets are unchanged — this is purely link structure. (The Swedish line still points to the same guidelines.html target; only the broken parenthesis was fixed.)

🤖 Generated with Claude Code

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>
@Samuel-Baird Samuel-Baird requested review from a team as code owners June 17, 2026 14:18
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.

1 participant