Uncompress HTML Code
People often remove line breaks from html source code to save on bandwidth costs and to serve pages up faster. Which is a great optimization practice but makes the resulting html very hard to read for us humans.I've worked with a contenta management system that did this which was a problem for even the smallest of edits as the page was just a dense block of html code.
So if you work on a similiar system or view source on a page you like and that website compresses it's html code then this tool will make that html code readable.
It doesn't do any fancy indenting of code. It just inserts line breaks before some tags with an emphasis on important structural tags like the <div> tag.