From 0abc513679f4f1cb623b582884ce9b0604be83c2 Mon Sep 17 00:00:00 2001 From: Gabriel Barrera Date: Mon, 17 Sep 2018 11:40:14 -0300 Subject: [PATCH] Code multiline When use the css file, the code section was rendered in one line. --- github-markdown.css | 1 + 1 file changed, 1 insertion(+) diff --git a/github-markdown.css b/github-markdown.css index c5f9777..2a58d73 100644 --- a/github-markdown.css +++ b/github-markdown.css @@ -175,6 +175,7 @@ .markdown-body pre { font-family: monospace, monospace; font-size: 1em; + white-space: pre-wrap; } .markdown-body hr {