diff --git a/docs/theme/custom.css b/docs/theme/custom.css index a920becd8..4280c1dd8 100644 --- a/docs/theme/custom.css +++ b/docs/theme/custom.css @@ -251,6 +251,7 @@ pre > code { display: block; padding: 0.9rem 1rem; font-family: var(--font-monospace); + white-space: pre-wrap; } /* Code blocks inside lists */ diff --git a/docs/vscode-extension.md b/docs/vscode-extension.md index bb028a4e1..dbf0cb70e 100644 --- a/docs/vscode-extension.md +++ b/docs/vscode-extension.md @@ -67,7 +67,7 @@ If you haven't configured the SSH host yet: 1. Open `~/.ssh/config` and add: - ```ssh + ```bash Host myserver HostName 192.168.1.100 User username