Clean up and pretty print HTML, XHTML and XML files. Note:
tidy
cannot preserve original indentation. More information: https://api.html-tidy.org/tidy/tidylib_api_5.2.0/tidy_cmd.html.
tidy path/to/file.html
output.html
:tidy --indent y --wrap 100 -output path/to/output.html path/to/file.html
tidy -config path/to/configuration -modify path/to/file.html