Currently docfx output HTML files that based on HTML Living Standard(HTML5)
So I thought default HTMLPostProcessor behaviors should not be changed with following reasons.
If HTMLPostProcessor don't change file content. It can optimize performance by skipping overwrite files (#8964)
What's about adding custom XHtmlPostProcessor and specify custom postprocessor with docfx.json?
Currently docfx output HTML files that based on
HTML Living Standard
(HTML5) So I thought defaultHTMLPostProcessor
behaviors should not be changed with following reasons.HTMLPostProcessor
don't change file content. It can optimize performance by skipping overwrite files (#8964)What's about adding custom
XHtmlPostProcessor
and specify custom postprocessor withdocfx.json
?