Maintain line breaks in code snippets on website

This commit is contained in:
Peter Bittner 2021-09-07 23:48:16 +02:00
parent 89bb295084
commit 9ace34b77d
2 changed files with 3 additions and 5 deletions

View File

@ -270,8 +270,6 @@
.highlight {
color: #f8f8f2;
table-layout: fixed;
white-space: nowrap;
width:90%;
}
.highlight pre, .highlight code { display:block; margin:0; padding:0; background: none; overflow:auto; word-wrap: normal; }

View File

@ -77,8 +77,8 @@ sudo apt update && sudo apt install codium
#### Debian / Ubuntu (deb package):
Add the GPG key of the repository:
```bash
wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg
| gpg --dearmor
wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg \
| gpg --dearmor \
| sudo dd of=/usr/share/keyrings/vscodium-archive-keyring.gpg
```