Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dhtml.c59 #define HTML_INDENT (1 << 7) /* Indent content by two spaces. */ macro
65 {"head", HTML_NLALL | HTML_INDENT},
68 {"style", HTML_NLALL | HTML_INDENT},
75 {"table", HTML_NLALL | HTML_INDENT},
76 {"tr", HTML_NLALL | HTML_INDENT},
78 {"li", HTML_NLAROUND | HTML_INDENT},
79 {"ul", HTML_NLALL | HTML_INDENT},
80 {"ol", HTML_NLALL | HTML_INDENT},
81 {"dl", HTML_NLALL | HTML_INDENT},
83 {"dd", HTML_NLAROUND | HTML_INDENT},
[all …]
H A DTODO465 partial solution: html.c {"math", HTML_NLINSIDE | HTML_INDENT},