--- tidy.1-orig 2007-01-03 21:00:58.000000000 -0500 +++ tidy.1 2007-01-03 21:01:53.000000000 -0500 @@ -3,8 +3,6 @@ .SH NAME \fBtidy\fR - validate, correct, and pretty-print HTML files -.br -(version: 1 September 2005) .SH SYNOPSIS \fBtidy\fR [option ...] [file ...] [option ...] [file ...] .SH DESCRIPTION @@ -259,7 +257,6 @@ 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. -.rj 1 \fBSee also\fR: \fIchar-encoding\fR, \fIoutput-encoding\fR .TP \fBadd-xml-space\fR @@ -483,7 +480,6 @@ This option specifies if Tidy should combine class names to generate a single new class name, if multiple class assignments are detected on an element. -.rj 1 \fBSee also\fR: \fIjoin-styles\fR, \fIrepeated-attributes\fR .TP \fBjoin-styles\fR @@ -497,7 +493,6 @@ This option specifies if Tidy should combine styles to generate a single new style, if multiple style values are detected on an element. -.rj 1 \fBSee also\fR: \fIjoin-classes\fR, \fIrepeated-attributes\fR .TP \fBliteral-attributes\fR @@ -541,7 +536,6 @@ Can be used to modify behavior of -c (--clean yes) option. This option specifies if Tidy should merge nested
such as "
...
". If set to "auto", the attributes of the inner
are moved to the outer one. As well, nested
with ID attributes are not merged. If set to "yes", the attributes of the inner
are discarded with the exception of "class" and "style". -.rj 1 \fBSee also\fR: \fIclean\fR .TP \fBncr\fR @@ -565,7 +559,6 @@ This option specifies new block-level tags. This option takes a space or comma separated list of tag names. Unless you declare new tags, Tidy will refuse to generate a tidied file if the input includes previously unknown tags. Note you can't change the content model for elements such as ,
    ,
      and
      . -.rj 1 \fBSee also\fR: \fInew-empty-tags\fR, \fInew-inline-tags\fR, \fInew-pre-tags\fR .TP \fBnew-empty-tags\fR @@ -579,7 +572,6 @@ This option specifies new empty inline tags. This option takes a space or comma separated list of tag names. Unless you declare new tags, Tidy will refuse to generate a tidied file if the input includes previously unknown tags. Remember to also declare empty tags as either inline or blocklevel. -.rj 1 \fBSee also\fR: \fInew-blocklevel-tags\fR, \fInew-inline-tags\fR, \fInew-pre-tags\fR .TP \fBnew-inline-tags\fR @@ -593,7 +585,6 @@ This option specifies new non-empty inline tags. This option takes a space or comma separated list of tag names. Unless you declare new tags, Tidy will refuse to generate a tidied file if the input includes previously unknown tags. -.rj 1 \fBSee also\fR: \fInew-blocklevel-tags\fR, \fInew-empty-tags\fR, \fInew-pre-tags\fR .TP \fBnew-pre-tags\fR @@ -607,7 +598,6 @@ This option specifies new tags that are to be processed in exactly the same way as HTML's
       element. This option takes a space or comma separated list of tag names. Unless you declare new tags, Tidy will refuse to generate a tidied file if the input includes previously unknown tags. Note you can not as yet add new CDATA elements (similar to