History log of /openbsd/regress/usr.bin/mandoc/char/unicode/ascii.out_html (Results 1 – 6 of 6)
Revision Date Author Comments
# 94bd6c5c 16-May-2024 schwarze <schwarze@openbsd.org>

Add a complete suite of tests covering ASCII characters in UTF-8 spelling.
Most of this goes to nogroff.in rather than ascii.in for now
because groff-1.23.0 is buggy as hell in this respect
and i'm t

Add a complete suite of tests covering ASCII characters in UTF-8 spelling.
Most of this goes to nogroff.in rather than ascii.in for now
because groff-1.23.0 is buggy as hell in this respect
and i'm too lazy to debug the horrific function make_glyph_node()
in the file groff/src/roff/troff/node.cpp right now.

show more ...


# 474ead6c 03-Sep-2019 schwarze <schwarze@openbsd.org>

adapt to new <p> output logic (html.c rev. 1.131)


# f04548a1 14-Jun-2017 schwarze <schwarze@openbsd.org>

add the \(ru (0.5m baseline ruler) character escape sequence,
abused by mail/nmh; groff_char(7) confirms that this really exists


# 0692510c 26-Jan-2017 schwarze <schwarze@openbsd.org>

Fix -man -Thtml formatting after .nf (which has nothing to do
with "literal", by the way, it means "no fill"):

* Use <pre> such that whitespace is preserved.
* Preserve lines breaks.
* For font alte

Fix -man -Thtml formatting after .nf (which has nothing to do
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

show more ...


# b1eea027 18-Jan-2017 schwarze <schwarze@openbsd.org>

Make HTML output more human readable by overhauling line break logic
around tags and by introducing some simple indentation.
No change of HTML semantics intended.


# b2d47737 28-Oct-2014 schwarze <schwarze@openbsd.org>

some new and/or updated regression tests for -Tascii, -Tutf8
and -Thtml rendering of character escape sequences