=================================================================== RCS file: /cvs/mandoc/html.h,v retrieving revision 1.28 retrieving revision 1.31 diff -u -p -r1.28 -r1.31 --- mandoc/html.h 2010/12/15 14:52:16 1.28 +++ mandoc/html.h 2010/12/17 10:37:26 1.31 @@ -1,4 +1,4 @@ -/* $Id: html.h,v 1.28 2010/12/15 14:52:16 kristaps Exp $ */ +/* $Id: html.h,v 1.31 2010/12/17 10:37:26 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -43,6 +43,9 @@ enum htmltag { TAG_DL, TAG_DT, TAG_DD, + TAG_BLOCKQUOTE, + TAG_P, + TAG_PRE, TAG_MAX };