Up to [cvsweb.bsd.lv] / mandoc / regress / man / RS
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2 / (download) - annotate - [select for diffs], Wed Jul 2 21:16:53 2025 UTC (7 days, 9 hours ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +20 -2 lines
Diff to previous 1.1 (colored)
more tests of .RS/.PP interaction, related to man_term.c rev. 1.246
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jan 6 04:55:12 2019 UTC (6 years, 6 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6,
VERSION_1_14_5
Finally, represent the man(7) .PP and .HP macros by the natural choice, which is the <p> HTML element. On top of the previous fill-mode improvements, the key to making this possible is to automatically close the <p> when required: before headers, subsequent paragraphs, lists, indented blocks, synopsis blocks, tbl(7) blocks, and before blocks using no-fill mode. In man(7) documents, represent the .sp request by a blank line in no-fill mode and in the same way as .PP in fill mode.