Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

HTML: tidy

Kaleb Hornsby edited this page Aug 21, 2013 · 25 revisions

Maintainer: Martin Grenfell [email protected]

See the HTML Tidy Library Project page for more information about tidy and installation instructions.

Checker options:

g:syntastic_html_tidy_ignore_errors (list; default: [])
list of errors to ignore
g:syntastic_html_tidy_blocklevel_tags (list; default: [])
list of additional blocklevel tags, to be added to --new-blocklevel-tags
g:syntastic_html_tidy_inline_tags (list; default: [])
list of additional inline tags, to be added to --new-inline-tags
g:syntastic_html_tidy_empty_tags (list; default: [])
list of additional empty tags, to be added to --new-empty-tags
Clone this wiki locally