From 35783c93c6366fa20e6ed5149c9c25091d01a222 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 8 Aug 2013 20:07:47 +0000 Subject: Implement the roff(7) font-escape sequence \f(BI "bold+italic". This improves the formatting of about 40 base manuals and reduces groff-mandoc formatting differences in base by about 5%. --- html.h | 1 + 1 file changed, 1 insertion(+) (limited to 'html.h') diff --git a/html.h b/html.h index 2615060e..0fa4cbbf 100644 --- a/html.h +++ b/html.h @@ -75,6 +75,7 @@ enum htmlfont { HTMLFONT_NONE = 0, HTMLFONT_BOLD, HTMLFONT_ITALIC, + HTMLFONT_BI, HTMLFONT_MAX }; -- cgit