Hi! This one's weird, since I've written dozens of this sort of table before and it's always worked, but this is somehow broken. A minimal example is -- >8 -- .Sh NAME .Nm a . .Sh EXAMPLES .Bd -literal .Nm b .Ed -- >8 -- Which yields -- >8 -- nabijaczleweli@tarta:~/uwu/mandoc$ ./mandoc -mdoc -Thtml -Ofragment ../kl.8
UNTITLED LOCAL UNTITLED

a

a b
-- >8 -- Note how a and b are both (a) past Nm and (b) past the
. This has
an additional funny side-effect of inlining the rest of the display
block. Macros still work, but text is laid normally by the browser,
rather than literally.

I don't know what triggers this in this case and not all others,
but an explicit .Nm argument fixes it (but that's, uh, suboptimal).

Happens on mandoc 1.14.5-1 off Debian and 2021-10-12T21:41:37+02:00 off
CVS.

Best,
наб