We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10786b0 commit b815728Copy full SHA for b815728
Assets/css/all.css
@@ -887,7 +887,7 @@ dd {
887
padding: 1em;
888
padding-left: 3em;
889
text-indent: -2em;
890
- white-space: pre-line;
+ white-space: pre;
891
892
& .p {
893
white-space: nowrap;
Changelog.md
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
- Fixed runtime error related to networking and processes on Ubuntu Linux.
13
#140 by @JaapWijnen.
14
+- Fixed whitespace of code listings.
15
+ #144 by @mbrandonw.
16
17
## [1.0.0-beta.3] - 2020-05-19
18
0 commit comments