From 4323797602a13873fbdc03f85c92e79a1efc516e Mon Sep 17 00:00:00 2001 From: Le Tan Date: Mon, 17 Oct 2016 13:19:46 +0800 Subject: [PATCH] fix markdown.css to wrap text in code block Signed-off-by: Le Tan --- resources/markdown.css | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/markdown.css b/resources/markdown.css index a65f4f30..e4da97a4 100644 --- a/resources/markdown.css +++ b/resources/markdown.css @@ -82,6 +82,7 @@ pre code { white-space: pre; border: none; background: transparent; + white-space: pre-wrap; } aside { display: block;