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

/freebsd-12-stable/contrib/mandoc/
H A Dhtml.c53 #define HTML_NLALL (HTML_NLAROUND | HTML_NLINSIDE) macro
59 {"html", HTML_NLALL},
60 {"head", HTML_NLALL | HTML_INDENT},
61 {"body", HTML_NLALL},
62 {"meta", HTML_NOSTACK | HTML_AUTOCLOSE | HTML_NLALL},
66 {"section", HTML_NLALL},
70 {"link", HTML_NOSTACK | HTML_AUTOCLOSE | HTML_NLALL},
71 {"br", HTML_NOSTACK | HTML_AUTOCLOSE | HTML_NLALL},
73 {"table", HTML_NLALL | HTML_INDENT},
74 {"tr", HTML_NLALL | HTML_INDEN
[all...]

Completed in 121 milliseconds