CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2025/01/24 16:22:13
Modified files: usr.bin/mandoc : mdoc_html.c mandoc.css regress/usr.bin/mandoc/mdoc/Rs: Makefile rfc.out_html Added files: regress/usr.bin/mandoc/mdoc/Rs: journal.in journal.out_ascii journal.out_html journal.out_markdown outside.in outside.out_ascii outside.out_html outside.out_markdown Log message: Formatting of the .%T (title) macro needs some logic to adhere to traditional typographic conventions that are already implemented for terminal output: set titles of independent works (like books or RFCs) in italic and of parts of larger works (like journal articles) in quotation marks and roman font. Do that in HTML output, too. OK job@ (without the regress parts), and tb@ appears to agree with the general direction