]> git.cameronkatri.com Git - mandoc.git/blobdiff - html.h
While the HTML standard allows multiple <h1> elements in the same
[mandoc.git] / html.h
diff --git a/html.h b/html.h
index b19ee20cf4e5275332d1a6e8d0d41b35de37a9bf..49ae0f72960c2452c6c9b816174d7a3fdcbaf6de 100644 (file)
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.110 2022/06/24 11:15:53 schwarze Exp $ */
+/* $Id: html.h,v 1.112 2022/07/06 14:34:59 schwarze Exp $ */
 /*
  * Copyright (c) 2017, 2018, 2019, 2020 Ingo Schwarze <schwarze@openbsd.org>
  * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -27,6 +27,7 @@ enum  htmltag {
        TAG_STYLE,
        TAG_TITLE,
        TAG_BODY,
+       TAG_MAIN,
        TAG_DIV,
        TAG_SECTION,
        TAG_NAV,
@@ -39,8 +40,8 @@ enum  htmltag {
        TAG_DL,
        TAG_DT,
        TAG_DD,
-       TAG_H1,
        TAG_H2,
+       TAG_H3,
        TAG_P,
        TAG_PRE,
        TAG_A,