Searched refs:HTML_NLAROUND (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | html.c | 55 #define HTML_NLAROUND (HTML_NLBEFORE | HTML_NLAFTER) macro 57 #define HTML_NLALL (HTML_NLAROUND | HTML_NLINSIDE) 68 {"title", HTML_NLAROUND}, 70 {"div", HTML_NLAROUND}, 74 {"td", HTML_NLAROUND}, 75 {"li", HTML_NLAROUND | HTML_INDENT}, 79 {"dt", HTML_NLAROUND}, 80 {"dd", HTML_NLAROUND | HTML_INDENT}, 81 {"h1", HTML_TOPHRASE | HTML_NLAROUND}, 82 {"h2", HTML_TOPHRASE | HTML_NLAROUND}, [all …]
|