diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-17 10:37:26 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-17 10:37:26 +0000 |
commit | 8e9871ce2a8bd34b5605daa76493d575ba648258 (patch) | |
tree | f5bd30cc6f7700624fd3d8469445e378fb4ef131 /html.c | |
parent | 7dc51f1e214bb0510007c81786e5a9121214baaf (diff) | |
download | mandoc-8e9871ce2a8bd34b5605daa76493d575ba648258.tar.gz |
Make literal `Bd' use a PRE in -Thtml. Make `Bd' output in general use
only a single DIV or PRE. Tag all displays with display class.
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -69,6 +69,7 @@ static const struct htmldata htmltags[TAG_MAX] = { {"dd", HTML_CLRLINE}, /* TAG_DD */ {"blockquote", HTML_CLRLINE}, /* TAG_BLOCKQUOTE */ {"p", HTML_CLRLINE | HTML_NOSTACK | HTML_AUTOCLOSE}, /* TAG_P */ + {"pre", HTML_CLRLINE }, /* TAG_PRE */ }; static const char *const htmlfonts[HTMLFONT_MAX] = { |