summaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-17 10:37:26 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-17 10:37:26 +0000
commit8e9871ce2a8bd34b5605daa76493d575ba648258 (patch)
treef5bd30cc6f7700624fd3d8469445e378fb4ef131 /html.h
parent7dc51f1e214bb0510007c81786e5a9121214baaf (diff)
downloadmandoc-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.h')
-rw-r--r--html.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/html.h b/html.h
index d348c186..4c2b933d 100644
--- a/html.h
+++ b/html.h
@@ -45,6 +45,7 @@ enum htmltag {
TAG_DD,
TAG_BLOCKQUOTE,
TAG_P,
+ TAG_PRE,
TAG_MAX
};