In HTML output, in cells with an "n" (number) layout, pad numbers
authorschwarze <schwarze@openbsd.org>
Thu, 9 Sep 2021 16:50:57 +0000 (16:50 +0000)
committerschwarze <schwarze@openbsd.org>
Thu, 9 Sep 2021 16:50:57 +0000 (16:50 +0000)
commit1fe412044a6f143afa509e1005bc04f8bab86b7b
tree55a14c0950031d4a90c6e5aba3edbb23d9a2d044
parent711fb9d54186d1613047d26407591ea030b2dcc8
In HTML output, in cells with an "n" (number) layout, pad numbers
on the right side with UTF-8 punctuation and figure spaces such
that numbers in different tbl(7) rows align at the decimal point.

The exact HTML output format was suggested
by <Oliver dot Corff at email dot de>;
the implementation in C is mine.
usr.bin/mandoc/tbl_html.c