From b19e09dbeb7e957bca580776d8b3a4651016c904 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 6 Apr 2020 10:16:17 +0000 Subject: Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It. In HTML output, improve the logic for writing inside permalinks: skip them when there is no child content or when there is a risk that the children might contain flow content. --- regress/mdoc/Tg/list.in | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 regress/mdoc/Tg/list.in (limited to 'regress/mdoc/Tg/list.in') diff --git a/regress/mdoc/Tg/list.in b/regress/mdoc/Tg/list.in new file mode 100644 index 00000000..64b2dd6b --- /dev/null +++ b/regress/mdoc/Tg/list.in @@ -0,0 +1,22 @@ +.\" $OpenBSD: list.in,v 1.1 2020/04/06 09:55:50 schwarze Exp $ +.Dd $Mdocdate$ +.Dt TG-LIST 1 +.Os +.Sh NAME +.Nm Tg-list +.Nd explicit tagging of lists and list elements +.Sh DESCRIPTION +BEGINTEST +.Tg dashlist +.Bl -dash +.Tg dashitem +.It +item +.El +.Tg taglist +.Bl -tag -width Ds +.Tg tagitem +.It tag +text +.El +ENDTEST -- cgit