Skip to content

fix(docs): escape angle-bracketed URL to fix MDX compilation - #641

Merged
patextreme merged 2 commits into
mainfrom
fix/mdx-angle-bracket-url
May 20, 2026
Merged

fix(docs): escape angle-bracketed URL to fix MDX compilation#641
patextreme merged 2 commits into
mainfrom
fix/mdx-angle-bracket-url

Conversation

@patextreme

Copy link
Copy Markdown
Contributor

Description

The URL <https://...> in docs/decisions/20231110-sdk-package-release.md (line 7) was being interpreted as JSX by MDX, causing the Docusaurus build in the docs site to fail with:

Unexpected character `/` (U+002F) before local name, expected a character 
that can start a name, such as a letter, `$`, or `_` (note: to create a 
link in MDX, use `[text](url)`)

Fix

Replaced the raw angle-bracketed URL with a proper markdown link: [ATL-6147](https://input-output.atlassian.net/browse/ATL-6147)

Related

The URL <https://...> in the ADR file was being interpreted as JSX by MDX,
causing a build failure in the docs site. Replaced with a proper markdown link.

Signed-off-by: Pat Losoponkul <patextreme@hotmail.com>
@patextreme
patextreme requested a review from a team as a code owner May 19, 2026 16:58
@sonarqubecloud

Copy link
Copy Markdown

@patextreme
patextreme enabled auto-merge May 19, 2026 17:06
@coveralls

Copy link
Copy Markdown

Coverage Status

coverage: 75.537%. remained the same — fix/mdx-angle-bracket-url into main

@patextreme
patextreme added this pull request to the merge queue May 20, 2026
Merged via the queue into main with commit 3f3473e May 20, 2026
9 checks passed
@patextreme
patextreme deleted the fix/mdx-angle-bracket-url branch May 20, 2026 08:54
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.

3 participants