Skip to content

fix(cli): use self-closing br tags in style guide for MDX compatibility#10272

Merged
davidfirst merged 1 commit intomasterfrom
fix/mdx-self-closing-br-tags
Apr 5, 2026
Merged

fix(cli): use self-closing br tags in style guide for MDX compatibility#10272
davidfirst merged 1 commit intomasterfrom
fix/mdx-self-closing-br-tags

Conversation

@davidfirst
Copy link
Copy Markdown
Member

MDX parser requires self-closing <br/> tags. The style guide had <br> which caused a compilation warning on every bit command.

Copilot AI review requested due to automatic review settings April 3, 2026 17:00
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the CLI output style guide documentation to be MDX-compatible by using self-closing <br/> tags, preventing MDX compilation warnings during CLI runs.

Changes:

  • Replace <br> with <br/> in the style guide’s “Toolkit Functions” example output to satisfy MDX/JSX parsing rules.

@davidfirst davidfirst merged commit 3dd4fc0 into master Apr 5, 2026
16 checks passed
@davidfirst davidfirst deleted the fix/mdx-self-closing-br-tags branch April 5, 2026 20:07
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