aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit5aba35cda788d55771e487f03711631224a02002 (patch)
tree5749bfb8b102c9967bc3a62f399fefde1e13ee76 /html.h
parent8802f26277b361f248ff2e068e40653bc9e00560 (diff)
downloadmandoc-5aba35cda788d55771e487f03711631224a02002.tar.gz
mandoc-5aba35cda788d55771e487f03711631224a02002.tar.zst
mandoc-5aba35cda788d55771e487f03711631224a02002.zip
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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/html.h b/html.h
index ac0d19b2..2f35b24a 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.29 2010/12/15 15:59:23 kristaps Exp $ */
+/* $Id: html.h,v 1.30 2010/12/15 17:19:41 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -44,6 +44,7 @@ enum htmltag {
TAG_DT,
TAG_DD,
TAG_BLOCKQUOTE,
+ TAG_P,
TAG_MAX
};