Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 389 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 389 Bytes

html-pretty-print

Pretty-prints an HTML file, after converting it to valid XML. To use:

java -jar build/libs/html-pretty-print-all.jar file.html > filepp.html

Note: HTML is not necessarily required to be valid XML. Therefore, this program may make more fixes than are necessary to make the HTML file a valid HTML file. However, this program's main purpose is pretty-printing.