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 {
|
.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; }
|
||||||
|
|||||||
@ -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'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user