Home
last modified time | relevance | path

Searched refs:HTML_NLAROUND (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/mandoc/
H A Dhtml.c51 #define HTML_NLAROUND (HTML_NLBEFORE | HTML_NLAFTER) macro
53 #define HTML_NLALL (HTML_NLAROUND | HTML_NLINSIDE)
63 {"title", HTML_NLAROUND},
64 {"div", HTML_NLAROUND},
67 {"h1", HTML_NLAROUND},
68 {"h2", HTML_NLAROUND},
75 {"td", HTML_NLAROUND},
76 {"li", HTML_NLAROUND | HTML_INDENT},
80 {"dt", HTML_NLAROUND},
81 {"dd", HTML_NLAROUND | HTML_INDENT},
[all …]