Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/mandoc/
H A Dhtml.c64 {"head", HTML_NLALL | HTML_INDENT},
67 {"style", HTML_NLALL | HTML_INDENT},
72 {"table", HTML_NLALL | HTML_INDENT},
73 {"tr", HTML_NLALL | HTML_INDENT},
75 {"li", HTML_NLAROUND | HTML_INDENT},
76 {"ul", HTML_NLALL | HTML_INDENT},
77 {"ol", HTML_NLALL | HTML_INDENT},
78 {"dl", HTML_NLALL | HTML_INDENT},
80 {"dd", HTML_NLAROUND | HTML_INDENT},
784 if (tflags & HTML_INDENT) in print_otag()
[all …]
H A DTODO439 partial solution: html.c {"math", HTML_NLINSIDE | HTML_INDENT},