]> git.cameronkatri.com Git - mandoc.git/commit
According to the tbl(7) manual, if a data cell contains only the
authorIngo Schwarze <schwarze@openbsd.org>
Wed, 12 Jan 2022 04:43:26 +0000 (04:43 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Wed, 12 Jan 2022 04:43:26 +0000 (04:43 +0000)
commit503f8abef009e5369607efeb82522c89b976581f
tree9b4443ddc61564014ecaeb74444af0b4f0c507ea
parente1a01aa9b20122cb40cafd18bb9e1047e1617e61
According to the tbl(7) manual, if a data cell contains only the
two character sequence "\_" or "\=", a single or double horizontal
line is supposed to be drawn inside the cell, not joining its
neighbours.

I am not aware of any way to do that with HTML and/or CSS.
Still, it seems closer to the intent of the document author to draw
a horizontal line with <hr/>, even though that line will join the
neighbour cells, rather than printing a literal '_' or '=' character.

Formatting tweak inspired by a related question from
Ted Bullock <tbullock at comlore dot com>.
tbl_html.c