summaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-15 17:19:41 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-15 17:19:41 +0000
commit6898c14c015c995fc29b7fcd45e73889e4d03c31 (patch)
treeaddbe992211297ecada2309f3a0ff5f83b97920e /html.h
parentc8f60a3cbfe7a37bbfcfd5efe6ebc7ab4034f09a (diff)
downloadmandoc-6898c14c015c995fc29b7fcd45e73889e4d03c31.tar.gz
Use a single P tag for paragraph breaks (which can be configured for
paragraph breaking in CSS). Use -man's handling of `sp' and `br', which accomodates for scaling widths (-mdoc wasn't).
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 cf94206c..d348c186 100644
--- a/html.h
+++ b/html.h
@@ -44,6 +44,7 @@ enum htmltag {
TAG_DT,
TAG_DD,
TAG_BLOCKQUOTE,
+ TAG_P,
TAG_MAX
};