[PR #12125] docs: fix caution block alignment on Windows (WSL) page #14076

Open
opened 2026-02-16 18:18:53 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/12125

State: open
Merged: No


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 :::
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/12125 **State:** open **Merged:** No --- ### 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 `:::`
yindo added the pull-request label 2026-02-16 18:18:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14076