# tidy.cfg # ======== # HTML Tidy configuration file for Gerolf Markup Shredder. # HTML Tidy was originally written by Dave Raggett. # Documentation: http://www.w3.org/People/Raggett/tidy # CFG Reference: http://tidy.sourceforge.net/docs/quickref.html (quoted below) # Any option name must start at the very beginning of the line to become valid # ============================================================================ # HTML, XHTML, XML Options: # add-xml-decl: .............................................................. # Type: Boolean # Default: no # Example: y/n, yes/no, t/f, true/false, 1/0 # 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. # add-xml-decl: no # add-xml-pi: ................................................................ # Type: Boolean # Default: no # Example: y/n, yes/no, t/f, true/false, 1/0 # This option is the same as the add-xml-decl option. # add-xml-pi: no # add-xml-space: ............................................................. # Type: Boolean # Default: no # Example: y/n, yes/no, t/f, true/false, 1/0 # This option specifies if Tidy should add xml:space="preserve" to elements # such as
,