aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Bd/paragraph.out_html
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2020-04-19 16:36:16 +0000
committerIngo Schwarze <schwarze@openbsd.org>2020-04-19 16:36:16 +0000
commit53e82aa8ae9cb194d4b8418e8dd4223a4a5097d3 (patch)
tree574a3520a99a5f38f585bd966a97f48de110c942 /regress/mdoc/Bd/paragraph.out_html
parent4ee381e7bf5e05beda919be00d162d31ae86f4b8 (diff)
downloadmandoc-53e82aa8ae9cb194d4b8418e8dd4223a4a5097d3.tar.gz
mandoc-53e82aa8ae9cb194d4b8418e8dd4223a4a5097d3.tar.zst
mandoc-53e82aa8ae9cb194d4b8418e8dd4223a4a5097d3.zip
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/paragraph.out_html')
-rw-r--r--regress/mdoc/Bd/paragraph.out_html7
1 files changed, 4 insertions, 3 deletions
diff --git a/regress/mdoc/Bd/paragraph.out_html b/regress/mdoc/Bd/paragraph.out_html
index 07a02769..cc3491c9 100644
--- a/regress/mdoc/Bd/paragraph.out_html
+++ b/regress/mdoc/Bd/paragraph.out_html
@@ -1,6 +1,7 @@
<p class="Pp" id="npara"><a class="permalink" href="#npara">normal</a>
paragraph</p>
-<div class="Bd Pp" id="filled">filled display
+<div class="Bd Pp" id="filled"><a class="permalink" href="#filled">filled</a>
+ display
<p class="Pp" id="fpara"><a class="permalink" href="#fpara">paragraph</a> in
display</p>
</div>
@@ -8,10 +9,10 @@ back to normal
<p class="Pp">another paragraph</p>
<div class="Bd Pp" id="unfilled">
<pre>
-unfilled
+<a class="permalink" href="#unfilled">unfilled</a> literal
display
<mark id="upara"></mark>
-<a class="permalink" href="#upara">unfilled</a>
+<a class="permalink" href="#upara">unfilled</a> literal
paragraph
</pre>
</div>