From 6d240b18083418d94e4aed6c96d254838a71491f Mon Sep 17 00:00:00 2001 From: Semin Alkic Date: Wed, 4 Feb 2026 14:08:39 +0100 Subject: [PATCH] docs: fix caution block alignment on Windows (WSL) page Remove extra blank line before closing ::: marker in the caution admonition to fix misaligned code block rendering. Fixes #12084 Co-Authored-By: Claude Opus 4.5 --- packages/web/src/content/docs/windows-wsl.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/web/src/content/docs/windows-wsl.mdx b/packages/web/src/content/docs/windows-wsl.mdx index ebc35d0d9e42..427b02f06bec 100644 --- a/packages/web/src/content/docs/windows-wsl.mdx +++ b/packages/web/src/content/docs/windows-wsl.mdx @@ -64,7 +64,6 @@ When using `--hostname 0.0.0.0`, set `OPENCODE_SERVER_PASSWORD` to secure the se ```bash OPENCODE_SERVER_PASSWORD=your-password opencode serve --hostname 0.0.0.0 ``` - ::: ---