Run tidy over active HTML document or selections
Install tidy-html5
from Atom's Package Manager or the command-line equivalent:
$ apm install tidy-html5
Change to your Atom packages directory:
Windows
$ cd %USERPROFILE%\.atom\packages
Linux & macOS
$ cd ~/.atom/packages/
Clone the repository as tidy-html5
:
$ git clone https://github.com/idleberg/atom-tidy-html5 tidy-html5
This package exposes two commands in the editor:
Tidy: Document
Tidy: Selection
This work is licensed under the MIT License
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.