mirror of
https://github.com/VSCodium/vscodium.github.io.git
synced 2025-12-10 03:54:23 -06:00
Maintain line breaks in code snippets on website
This commit is contained in:
parent
89bb295084
commit
9ace34b77d
@ -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; }
|
||||
|
||||
@ -77,11 +77,11 @@ 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
|
||||
```
|
||||
|
||||
|
||||
Add the repository:
|
||||
```bash
|
||||
echo 'deb [ signed-by=/usr/share/keyrings/vscodium-archive-keyring.gpg ] https://download.vscodium.com/debs vscodium main'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user