From dfd839e70199882751bb1476f0f446514ff1202a Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 23 May 2018 11:49:56 -0400 Subject: [PATCH] fix pre styling --- _config.yml | 1 + _sass/_help.scss | 3 +++ 2 files changed, 4 insertions(+) diff --git a/_config.yml b/_config.yml index 178906dd..20bf56e9 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,5 @@ markdown: kramdown +highlighter: none permalink: pretty encoding: utf-8 port: 4009 diff --git a/_sass/_help.scss b/_sass/_help.scss index 4342e02e..abc76ebb 100644 --- a/_sass/_help.scss +++ b/_sass/_help.scss @@ -367,6 +367,9 @@ footer { pre code { white-space: pre; + word-break: initial; + word-wrap: initial; + display: block; } li img, li pre {