I'm assuming that TidyHTML isn't configured to work with SublimeText 3 yet, right?
Running it on a block of HTML, I get the following error in the console:
Traceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 549, in run_
return self.run(edit)
File "TidyHTML in /Users/cmv/Library/Application Support/Sublime Text 3/Installed Packages/TidyHTML5.sublime-package", line 36, in run
TypeError: object of type 'NoneType' has no len()
I'm assuming that TidyHTML isn't configured to work with SublimeText 3 yet, right?
Running it on a block of HTML, I get the following error in the console: