summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/mandoc/char/unicode/latin1diff.out_html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* adapt to new <p> output logic (html.c rev. 1.131)schwarze2019-09-031-2/+0
|
* Improve the ASCII rendering of \(Po (Pound Sterling)schwarze2018-08-211-6/+0
| | | | | and of the playing card suits to match groff, using feedback from Ralph Corderoy <ralph at inputplus dot co dot uk>.
* catch up with ASCII renderings in chars.c rev. 1.42schwarze2017-08-231-4/+0
|
* adapt to hex format of character entities,schwarze2017-07-141-11/+11
| | | | committed by bentley@ in html.c rev. 1.86
* Fix -man -Thtml formatting after .nf (which has nothing to doschwarze2017-01-261-12/+0
| | | | | | | | | | | | | | | | with "literal", by the way, it means "no fill"): * Use <pre> such that whitespace is preserved. * Preserve lines breaks. * For font alternating macros, avoid node recursion which required scary juggling with the fill state. Instead, simply print the text children directly. Missing feature first noticed by kristaps@ in 2011, the again reported by afresh1@ in 2016, and finally reported here: https://github.com/Debian/debiman/issues/21 , which i only found because of Shane Kerr's comment here: https://plus.google.com/110314300533310775053/posts/H1eaw9Yskoc
* Make HTML output more human readable by overhauling line break logicschwarze2017-01-181-13/+25
| | | | | around tags and by introducing some simple indentation. No change of HTML semantics intended.
* some new and/or updated regression tests for -Tascii, -Tutf8schwarze2014-10-281-0/+13
and -Thtml rendering of character escape sequences