#
7f442bfe |
| 06-Jan-2019 |
schwarze <schwarze@openbsd.org> |
Finally, represent the man(7) .PP and .HP macros by the natural choice, which is <p> HTML element. On top of the previous fill-mode improvements, the key to making this possible is to automatically
Finally, represent the man(7) .PP and .HP macros by the natural choice, which is <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.
show more ...
|