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/Bd/nested.out_markdown | |
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/Bd/nested.out_markdown')
-rw-r--r-- | regress/mdoc/Bd/nested.out_markdown | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/regress/mdoc/Bd/nested.out_markdown b/regress/mdoc/Bd/nested.out_markdown index e647a0df..aef7e4b0 100644 --- a/regress/mdoc/Bd/nested.out_markdown +++ b/regress/mdoc/Bd/nested.out_markdown @@ -6,14 +6,16 @@ BD-NESTED(1) - General Commands Manual # DESCRIPTION +BEGINTEST + regular text -> outer -> text (default indent) +> outer text +> (default indent) -> > inner -> > text (default indent) +> > inner text +> > (default indent) > outer > text @@ -43,4 +45,6 @@ tag > outer text -OpenBSD - April 6, 2020 +ENDTEST + +OpenBSD - April 19, 2020 |