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

/freebsd-13-stable/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_INDEN
[all...]

Completed in 53 milliseconds