More often than not when using things like CMS'es and static site generators, HTML output looks like rubbish (wrong indendation being the most annoying flaw).
Is there any solution for having rendered output in Chrome's "View Source" tidied / prettified?
In my case I'm using a static site generator. Everything looks perfect in the editor but code gets screwed when previewing in the browser.
(I know I can probably add a build task (e.g. Grunt) to handle HTML-prettifying. But in many cases, such as when using live-reload tools (I'm using Mixture.io) where you actually preview an internal version of the site, that's not an optimal solution.)