diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2020-04-07 22:56:02 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2020-04-07 22:56:02 +0000 |
commit | 78bf8cb3c86e47d614af8f2629bdc00e459cf758 (patch) | |
tree | d8d6f94069f3e5d03420e282492ea5c7206af2f8 /regress/mdoc/Tg/column.in | |
parent | b19e09dbeb7e957bca580776d8b3a4651016c904 (diff) | |
download | mandoc-78bf8cb3c86e47d614af8f2629bdc00e459cf758.tar.gz |
Separate the place to put the <a href> permalink (now marked
with NODE_HREF) from the target element of the link (still marked
with NODE_ID). In many cases, use this to move the target to the
beginning of the paragraph, such that readers don't get dropped
into the middle of a sentence.
Diffstat (limited to 'regress/mdoc/Tg/column.in')
-rw-r--r-- | regress/mdoc/Tg/column.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/mdoc/Tg/column.in b/regress/mdoc/Tg/column.in index 347e7594..f12ca41d 100644 --- a/regress/mdoc/Tg/column.in +++ b/regress/mdoc/Tg/column.in @@ -1,4 +1,4 @@ -.\" $OpenBSD: column.in,v 1.1 2020/04/06 09:55:50 schwarze Exp $ +.\" $OpenBSD: column.in,v 1.2 2020/04/07 22:45:38 schwarze Exp $ .Dd $Mdocdate$ .Dt TG-COLUMN 1 .Os @@ -9,8 +9,9 @@ BEGINTEST .Tg list .Bl -column one two +.It one Ta .Tg row1 -.It one Ta two +two .Tg row2 .It 1 2 .El |