all repos — honk @ 36ef97d65f05da2974d350425df73dd7a4140b4c

my fork of honk

word break please
Ted Unangst tedu@tedunangst.com
Mon, 07 Oct 2019 12:39:11 -0400
commit

36ef97d65f05da2974d350425df73dd7a4140b4c

parent

6f3ad0cbff9c35feba3e37ffc67b4d6456e5f7a6

1 files changed, 7 insertions(+), 0 deletions(-)

jump to
M docs/mandoc.cssdocs/mandoc.css

@@ -56,6 +56,13 @@ margin-left: 2em;

font-size: smaller; } img { max-width: 100%; } +code, pre { + word-break: break-word; +} +pre { + white-space: pre-wrap; +} + /* Header and footer lines. */