diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2020-04-06 10:16:17 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2020-04-06 10:16:17 +0000 |
commit | b19e09dbeb7e957bca580776d8b3a4651016c904 (patch) | |
tree | 9decba67ceddc230203a9a25445f231797d73b56 /regress/mdoc/Pp/arg.in | |
parent | 9c50b3f3dd65454028a85113ebc01c5f1f8dabf5 (diff) | |
download | mandoc-b19e09dbeb7e957bca580776d8b3a4651016c904.tar.gz |
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.
Diffstat (limited to 'regress/mdoc/Pp/arg.in')
-rw-r--r-- | regress/mdoc/Pp/arg.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/regress/mdoc/Pp/arg.in b/regress/mdoc/Pp/arg.in index 4c7ab5fc..70ce93ae 100644 --- a/regress/mdoc/Pp/arg.in +++ b/regress/mdoc/Pp/arg.in @@ -1,4 +1,4 @@ -.\" $OpenBSD: arg.in,v 1.4 2017/07/04 14:53:26 schwarze Exp $ +.\" $OpenBSD: arg.in,v 1.5 2020/04/06 09:55:50 schwarze Exp $ .Dd $Mdocdate$ .Dt PP-ARG 1 .Os @@ -7,9 +7,13 @@ .Nd paragraph macro with arguments .Sh DESCRIPTION line 1 +.Tg first .Pp drop this line 2 .br drop this line 3 .sp 1v drop this line 4 +.Tg last +.Pp +final text |