fix markdown.css to wrap text in code block

Signed-off-by: Le Tan <tamlokveer@gmail.com>
This commit is contained in:
Le Tan 2016-10-17 13:19:46 +08:00
parent 4d9946bfe1
commit 4323797602

View File

@ -82,6 +82,7 @@ pre code {
white-space: pre;
border: none;
background: transparent;
white-space: pre-wrap;
}
aside {
display: block;