On Tuesday, 30 January 2024 02:13:47 GMT G. Branden Robinson wrote:
>     [man]: Warn on bad MT/ME/UR/UE nesting.
> 
>     * tmac/an.tmac (MT, ME, UR, UE): Throw warnings on bad nesting.

This causes a warning when viewing groff_out(5), because it has a nested .UR 
within a .TP. Replacing:-

.TP
.UR https://\:github.com/\:Alhadis/\:Roff\:.js/
.I Roff.js
.UE
is a viewer for intermediate output written in JavaScript.

With this:-

.P
.UR https://\:github.com/\:Alhadis/\:Roff\:.js/
.I Roff.js
.UE
.TP
\&
\v'-1.4v'is a viewer for intermediate output written in JavaScript.

Seems to work, in this instance, but perhaps there is a better way.

Cheers 

Deri




_______________________________________________
Groff-commit mailing list
Groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to