aboutsummaryrefslogtreecommitdiffstatshomepage
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
commite741152dcb79ccdf5dbaa1cff72e777f682f2388 (patch)
treeb355d5de9dcc7efd50daf5d35fc3a75e9d9c15c4 /html.h
parent2811cf9116a5ab48ae7516219eae6beb84211707 (diff)
downloadmandoc-e741152dcb79ccdf5dbaa1cff72e777f682f2388.tar.gz
mandoc-e741152dcb79ccdf5dbaa1cff72e777f682f2388.tar.zst
mandoc-e741152dcb79ccdf5dbaa1cff72e777f682f2388.zip
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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/html.h b/html.h
index 2f35b24a..46230360 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.30 2010/12/15 17:19:41 kristaps Exp $ */
+/* $Id: html.h,v 1.31 2010/12/17 10:37:26 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -45,6 +45,7 @@ enum htmltag {
TAG_DD,
TAG_BLOCKQUOTE,
TAG_P,
+ TAG_PRE,
TAG_MAX
};