Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion docs/vscode-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down