]> git.cameronkatri.com Git - mandoc.git/commit
In HTML output, in cells with an "n" (number) layout, pad numbers
authorIngo Schwarze <schwarze@openbsd.org>
Thu, 9 Sep 2021 16:52:52 +0000 (16:52 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Thu, 9 Sep 2021 16:52:52 +0000 (16:52 +0000)
commitaab52fb63330ba1f89b1550f1176f21b2a445533
tree817c963632afaab27e2035b77d58e5c9badefda1
parent8ba37ccebd83d3a950528dfe0cf3347453982ac2
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.
tbl_html.c