Code multiline

When use the css file, the code section was rendered in one line.
This commit is contained in:
Gabriel Barrera 2018-09-17 11:40:14 -03:00 committed by GitHub
parent 4d639a534a
commit 0abc513679
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,6 +175,7 @@
.markdown-body pre {
font-family: monospace, monospace;
font-size: 1em;
white-space: pre-wrap;
}
.markdown-body hr {