Fix the codeblocks rendering of spaces

This commit is contained in:
Alexis Métaireau 2023-09-28 18:23:44 +02:00
parent 036d5dfad2
commit 3827f3c5c9
2 changed files with 2 additions and 2 deletions

View file

@ -106,7 +106,7 @@ Now, to use this in weechat, here are some useful commands. First, get the finge
```bash ```bash
cat /var/log/znc/znc.pem | openssl x509 -sha512 -fingerprint -noout | tr -d ':' | tr 'A-Z' 'a-z' | cut -d = -f 2 cat /var/log/znc/znc.pem | openssl x509 -sha512 -fingerprint -noout | tr -d ':' | tr 'A-Z' 'a-z' | cut -d = -f 2
```` ```
Then, in weechat : Then, in weechat :

View file

@ -198,7 +198,7 @@ pre {
font-size: 0.8em; font-size: 0.8em;
overflow: auto; overflow: auto;
padding: 10px; padding: 10px;
white-space: initial; white-space: pre-wrap;
} }
header { header {