Hi, Enclosed is a small patch that, with -Ofragmnet, has -T[x]html only emit the CONTENT of an HTML file, not the file stuff itself (DOCTYPE, HTML, HEAD, BODY). It also makes a new top-level node,
, so that it's easier to embed mandoc -Thtml output in other pages. Thus, consider this SSI pseudo-code: blahblah This would be useful for mandoc.cgi, for example, because it wouldn't have to bundle all the extra HTML crap (headers, footers, etc.) nor would it need to use templates, worry about hardcoded CSS paths, etc. Clean! Thoughts? Kristaps