You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTML Tidy is a syntax checker and formatter for HTML. See the HTML Tidy
Library Project page for more information about tidy and installation
instructions.
Note
If you need to check HTML5 sources, you might consider installing HTML Tidy
for HTML5 instead. It's a fork of HTML Tidy, and it can be used
without changes by syntastic. Just point g:syntastic_html_tidy_exec to it:
The patterns in g:syntastic_html_tidy_ignore_errors are case-sensitive,
and are matched as substrings (not regular expressions) against the error
messages.
Alternatively, you can ignore messages using the general mechanisms of
g:syntastic_quiet_messages and g:syntastic_html_tidy_quiet_messages.
See :help 'syntastic_quiet_messages' for details.
Example
If tidy produces the error <input> proprietary attribute "role"
and you want to ignore all errors of this specific type, add something
like this to your vimrc: