mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 11:32:39 +02:00
Fix the codeblocks rendering of spaces
This commit is contained in:
parent
036d5dfad2
commit
3827f3c5c9
2 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@ Now, to use this in weechat, here are some useful commands. First, get the finge
|
|||
|
||||
```bash
|
||||
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 :
|
||||
|
||||
|
|
|
@ -198,7 +198,7 @@ pre {
|
|||
font-size: 0.8em;
|
||||
overflow: auto;
|
||||
padding: 10px;
|
||||
white-space: initial;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
header {
|
||||
|
|
Loading…
Reference in a new issue