tidy Command Examples

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_next/group__options__cli.html#gad7a9fcaf7b2a712a82e625e84c042b28.

tidy {{path/to/file.html}}

tidy {{[-i|--indent]}} y {{[-w|--wrap]}} 100 {{[-o|-output]}} {{path/to/output.html}} {{path/to/file.html}}

tidy -config {{path/to/configuration}} {{[-m|-modify]}} {{path/to/file.html}}