Actually fix multiline codeblocks
This commit is contained in:
parent
ee666f3276
commit
9a664eca42
2 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,7 @@ body.content {
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
white-space: initial !important;
|
white-space: inherit !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Reference in a new issue