diff options
Diffstat (limited to '$template.html')
-rw-r--r-- | $template.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/$template.html b/$template.html index 950b2bf..c340ecd 100644 --- a/$template.html +++ b/$template.html @@ -65,6 +65,8 @@ blockquote, pre { background-color: #f2e8e8; font-family: inherit; font-size: inherit; + white-space: pre-wrap; + word-wrap: anywhere; } /* Make code within pre render correctly; markdown produces this */ pre > code { |