mirror of
https://github.com/sindresorhus/github-markdown-css.git
synced 2024-03-22 13:10:53 +08:00
Code multiline
When use the css file, the code section was rendered in one line.
This commit is contained in:
parent
4d639a534a
commit
0abc513679
@ -175,6 +175,7 @@
|
|||||||
.markdown-body pre {
|
.markdown-body pre {
|
||||||
font-family: monospace, monospace;
|
font-family: monospace, monospace;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.markdown-body hr {
|
.markdown-body hr {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user