If the layout or data of an individual cell in a tbl(7) contains
authorschwarze <schwarze@openbsd.org>
Thu, 9 Sep 2021 14:45:18 +0000 (14:45 +0000)
committerschwarze <schwarze@openbsd.org>
Thu, 9 Sep 2021 14:45:18 +0000 (14:45 +0000)
commit1ae734e36db4e307c4154074daa6f5583a00fa3a
treef4c4bab820bff803eb7916e21c8fda6f78f07bea
parentd2e465bb280e6135e858181ab3cb4a0a53336e09
If the layout or data of an individual cell in a tbl(7) contains
only "_", "-", or "=", requesting a horizontal line to be drawn
across the middle of the cell, print <hr/> in that cell in HTML
output.

That is arguably slightly ugly because HTML 5 regards <hr/> as
semantic markup, meaning "thematic break".  If somebody knowns
a better way to render a horizontal line across the middle of a
table cell with pure HTML and CSS, and without implying a specific
meaning, please tell me.

Missing feature reported by <Oliver dot Corff at email dot de>.
usr.bin/mandoc/html.c
usr.bin/mandoc/html.h
usr.bin/mandoc/tbl_html.c