htmltidy
htmltidy copied to clipboard
Node Wrapper for HTML Tidy
My commits probably look like madness. But in the end I recompiled the linux binaries and included some instructions on how to make this dinosaur work on heroku without using...
While tidying multiple files (using grunt, in my case) I usually ran into the problem that it would output nothing but a command-line counterpart would work as expected. I eventually...
While I wasn't excited about adding in a dependency when there were no others it seemed to be the quickest and least intrusive option. It could absolutely be done by...
We can't just use '+' between two Buffer object, it will convert the buffer to string, but when there is a multibyte string, then the string might not be converted...
add ".stdout setEncoding('utf8')" for ISO-8859-1 special characters not translated correctly
Changed the exit event to be 'close' since 'exit' can be sent even though the stdio streams are still open. The alternative is to use the 'close' event which is...
Hi. I'm using htmltidy as part of a regression test, to compare output of a system with its previous output. On numerous occasions, one file out of hundreds processed will...