From 24f4d37ebca7a94f5d6110af60f3fbc8f660918b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 18 Jul 2021 22:36:42 -0700 Subject: Updated templates for pandoc 2.14.1 --- styles.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'styles.html') diff --git a/styles.html b/styles.html index e744d83..d26a39c 100644 --- a/styles.html +++ b/styles.html @@ -14,7 +14,7 @@ body { padding-top: $if(margin-top)$$margin-top$$else$50px$endif$; padding-bottom: $if(margin-bottom)$$margin-bottom$$else$50px$endif$; hyphens: auto; - word-wrap: break-word; + overflow-wrap: break-word; text-rendering: optimizeLegibility; font-kerning: normal; } @@ -93,6 +93,7 @@ $endif$ pre code { padding: 0; overflow: visible; + overflow-wrap: normal; } .sourceCode { background-color: transparent; -- cgit v1.2.3