[header] categories="HTML, XHTML, XML|Diagnostics|Pretty Print|Character Encoding|Miscellaneous" cfgFileParameterEnding=cr configFilename=htmltidy.cfg fileTypes=*.html|*.htm indenterFileName=tidy indenterName=(HTML) Tidy inputFileName=indentinput inputFileParameter= manual=http://tidy.sourceforge.net/docs/tidy_man.html outputFileName=indentoutput outputFileParameter="-o " parameterOrder=poi showHelpParameter=-h stringparaminquotes=false useCfgFileParameter="-q -config " version=2007-05-24 [Quiet] Category=4 Description="This option specifies if Tidy should output the summary of the numbers of errors and warnings, or the welcome or informational messages." EditorType=boolean Enabled=true TrueFalse=quiet:yes|quiet:no ValueDefault=1 [Uppercase tags] Category=0 Description=This option specifies if Tidy should output tag names in upper case. The default is no, which results in lower case tag names, except for XML input, where the original case is preserved. EditorType=boolean Enabled=false TrueFalse=uppercase-tags:yes|uppercase-tags:no ValueDefault=0 [accessibility-check] CallName=accessibility-check: Category=1 Description="This option specifies what level of accessibility checking, if any, that Tidy should do. Level 0 is equivalent to Tidy Classic's accessibility checking. For more information on Tidy's accessibility checking, visit the Adaptive Technology Resource Centre at the University of Toronto." EditorType=numeric Enabled=true MaxVal=3 MinVal=0 ValueDefault=0 [add-xml-decl] Category=0 Description="This option specifies if Tidy should add the XML declaration when outputting XML or XHTML. Note that if the input already includes an declaration then this option will be ignored. If the encoding for the output is different from 'ascii', one of the utf encodings or 'raw', the declaration is always added as required by the XML standard." EditorType=boolean Enabled=false TrueFalse=add-xml-decl:yes|add-xml-decl:no ValueDefault=0 [add-xml-space] Category=0 Description="This option specifies if Tidy should add xml:space='preserve' to elements such as
,