Skip to content

Commit 9866139

Browse files
committed
add support for pre-wrap role on inline
1 parent 96e7d83 commit 9866139

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/doc.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,6 +1078,10 @@
10781078
word-wrap: normal;
10791079
}
10801080

1081+
.doc :not(pre).pre-wrap {
1082+
white-space: pre-wrap;
1083+
}
1084+
10811085
#footnotes {
10821086
font-size: 0.85em;
10831087
line-height: 1.5;

0 commit comments

Comments
 (0)