Preserve whitespace inside one-backtick codeblocks
Previously this was only done inside short docblocks (e.g., summary lines), but we should also do so in general.
This commit is contained in:
parent
e5b8c118a3
commit
bc3ed3241b
1 changed files with 1 additions and 1 deletions
|
|
@ -376,7 +376,7 @@ nav.sub {
|
|||
text-overflow: ellipsis;
|
||||
margin: 0;
|
||||
}
|
||||
.docblock-short code {
|
||||
.docblock code, .docblock-short code {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue