org.w3c.tidy.config.txt Maven / Gradle / Ivy
Go to download
JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer. Like its non-Java cousin,
JTidy can be used as a tool for cleaning up malformed and faulty HTML. In addition, JTidy provides a DOM parser
for real-world HTML.
Hudson modifications:
=====================
Removed SAX APIs
The newest version!
# sample config file for Java HTML tidy
indent=auto
indent-spaces=2
wrap=72
markup=yes
clean=yes
output-xml=no
input-xml=no
show-warnings=yes
numeric-entities=yes
quote-marks=yes
quote-nbsp=yes
quote-ampersand=no
break-before-br=no
uppercase-tags=yes
uppercase-attributes=yes
smart-indent=no
output-xhtml=yes
char-encoding=latin1