From 184eafa56a9bef7700f0cef2dbcaffc507d775a0 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 30 Mar 2021 19:26:20 +0000 Subject: In HTML output, correctly render .Bd -unfilled in proportionally-spaced font, rather than with the monospace font appropriate for .Bd -literal. This fixes a minibug reported by anton@. Implemented by no longer relying on the typical browser default of "pre { font-family: monospace }" but instead letting
 elements
inherit the font family from their parent, then adding an explicit CSS .Li
class only for those displays where the manual page author requested it
by using the -literal option on the .Bd macro.
---
 regress/mdoc/Bd/paragraph.out_html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'regress/mdoc/Bd')

diff --git a/regress/mdoc/Bd/paragraph.out_html b/regress/mdoc/Bd/paragraph.out_html
index 22355ed1..df5fc6d6 100644
--- a/regress/mdoc/Bd/paragraph.out_html
+++ b/regress/mdoc/Bd/paragraph.out_html
@@ -7,7 +7,7 @@
 
 back to normal
 

another paragraph

-
+
 literal
 display
 
-- 
cgit