diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2020-04-19 16:36:16 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2020-04-19 16:36:16 +0000 |
commit | 25b07ce44ad2c1d5e59d80a7abb5385c5d62169d (patch) | |
tree | a8e00aace70544f81d2501a34aaf190b7d1d6b33 /regress/mdoc/D1 | |
parent | a7eb58f8be5552047bb2594077d548bec819a6d5 (diff) | |
download | mandoc-25b07ce44ad2c1d5e59d80a7abb5385c5d62169d.tar.gz |
When .Bd, .D1, or .Dl is tagged, attach the permalink
to the first few letters, similar to what was earlier done for .Pp.
Diffstat (limited to 'regress/mdoc/D1')
-rw-r--r-- | regress/mdoc/D1/spacing.out_html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/mdoc/D1/spacing.out_html b/regress/mdoc/D1/spacing.out_html index 3a9affc9..726a9be5 100644 --- a/regress/mdoc/D1/spacing.out_html +++ b/regress/mdoc/D1/spacing.out_html @@ -1,7 +1,7 @@ <p class="Pp">preceding paragraph</p> <div class="Bd - Bd-indent" id="display"><a class="permalink" href="#display">spacing in and - around one-line displays</a></div> + Bd-indent" id="display"><a class="permalink" href="#display">spacing</a> in + and around one-line displays</div> empty display: <div class="Bd Bd-indent"></div> following text |