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 { .highlight {
color: #f8f8f2; color: #f8f8f2;
table-layout: fixed; 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; } .highlight pre, .highlight code { display:block; margin:0; padding:0; background: none; overflow:auto; word-wrap: normal; }

View File

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