Skip to content

docs: fix caution block alignment on Windows (WSL) page#12125

Open
alse-sym wants to merge 1 commit intoanomalyco:devfrom
alse-sym:fix/docs-wsl-caution-alignment
Open

docs: fix caution block alignment on Windows (WSL) page#12125
alse-sym wants to merge 1 commit intoanomalyco:devfrom
alse-sym:fix/docs-wsl-caution-alignment

Conversation

@alse-sym
Copy link

@alse-sym alse-sym commented Feb 4, 2026

What does this PR do?

Fixes the misaligned code block in the caution admonition on the Windows (WSL) docs page.

The issue was an extra blank line before the closing ::: marker, which caused the code block to render outside/misaligned from the caution box.

Fixes #12084

How did you verify your code works?

  • Reviewed the MDX syntax against other working admonitions in the docs
  • Compared with similar caution blocks in agents.mdx, config.mdx, enterprise.mdx - none have blank lines before closing :::

Remove extra blank line before closing ::: marker in the caution
admonition to fix misaligned code block rendering.

Fixes anomalyco#12084

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@github-actions
Copy link
Contributor

github-actions bot commented Feb 4, 2026

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

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.

docs: Misaligned code block and text on the docs page for Windows (WSL)

1 participant

Comments