summaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-02-05 20:22:04 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-02-05 20:22:04 +0000
commit20e63ecbfd86e030e3ea8a8d6070a5f5a4bdfccd (patch)
tree537f4ddf52abed3f36c642b002bac1dde80fe603 /html.h
parentfe3300a60086a56cb17f5031f76b97e114544978 (diff)
downloadmandoc-20e63ecbfd86e030e3ea8a8d6070a5f5a4bdfccd.tar.gz
mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather than <i>;
suggested by bentley@ long ago, but needed lots of cleanup first
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 4fc45233..29e5e868 100644
--- a/html.h
+++ b/html.h
@@ -41,6 +41,7 @@ enum htmltag {
TAG_DT,
TAG_DD,
TAG_PRE,
+ TAG_VAR,
TAG_CITE,
TAG_B,
TAG_I,