NewsBot
1
Anyone aware of an online service or desktop app that can take my javascript code (or HTML tags) and properly indent them and without inserting a line break after so many characters for long lines.* TidyOnline seemed promising but it seems to insist on modifying my original code adding new attribs and such and even then inserting line breaks after 80 characters.
Basically if i give:
I'd expect back:
Basically if i give:
Code:
hello
I'd expect back:
Code:
<div>
*** <span>Hello