CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/01/18 18:00:11
Modified files:
usr.bin/mandoc : html.c html.h man_html.c mdoc_html.c
regress/usr.bin/mandoc/char/unicode: latin1.out_html
Log message:
Implement line breaking of the generated HTML code at space characters
in filled text. This does not affect HTML semantics, but makes the
HTML code even more humanly readable.
While here,
- collapse multiple consecutive space characters in filled text
- and insert a blank between style entries.