Actually fix multiline codeblocks

This commit is contained in:
Jake Howard 2017-06-24 11:11:33 +01:00
parent ee666f3276
commit 9a664eca42
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 2 additions and 1 deletions

View file

@ -47,7 +47,7 @@ body.content {
} }
code { code {
white-space: initial !important; white-space: inherit !important;
} }
} }

View file

@ -5,6 +5,7 @@ Ut imperdiet sit amet sem egestas iaculis. Aliquam sit amet posuere ante, eget i
```bash ```bash
echo "Hi"; echo "Hi";
echo "Also Hi";
``` ```
Some `inline` code. Some `inline` code.