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/Bd/paragraph.out_html | |
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/Bd/paragraph.out_html')
-rw-r--r-- | regress/mdoc/Bd/paragraph.out_html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/regress/mdoc/Bd/paragraph.out_html b/regress/mdoc/Bd/paragraph.out_html index bec13a88..f537335e 100644 --- a/regress/mdoc/Bd/paragraph.out_html +++ b/regress/mdoc/Bd/paragraph.out_html @@ -1,14 +1,14 @@ -<p class="Pp">normal paragraph</p> -<div class="Bd Pp">filled display -<p class="Pp">paragraph in display</p> +<p class="Pp" id="npara">normal paragraph</p> +<div class="Bd Pp" id="filled">filled display +<p class="Pp" id="fpara">paragraph in display</p> </div> back to normal <p class="Pp">another paragraph</p> -<div class="Bd Pp"> +<div class="Bd Pp" id="unfilled"> <pre> unfilled display - +<mark id="upara"></mark> unfilled paragraph </pre> |