Searched refs:HTML_NLALL (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | html.c | 58 #define HTML_NLALL (HTML_NLAROUND | HTML_NLINSIDE) macro 64 {"html", HTML_NLALL}, 65 {"head", HTML_NLALL | HTML_INDENT}, 66 {"meta", HTML_NOSTACK | HTML_NLALL}, 67 {"link", HTML_NOSTACK | HTML_NLALL}, 68 {"style", HTML_NLALL | HTML_INDENT}, 70 {"body", HTML_NLALL}, 71 {"main", HTML_NLALL}, 73 {"section", HTML_NLALL}, 74 {"nav", HTML_NLALL}, [all …]
|