** Description changed:

  the entry:
-  uppercase-tags: no
- in user's config file ~/.tidyrc has no effect:
- tag Nanes keep coming out in uppercase on output.
+  uppercase-tags: no
+ in user's config file ~/.tidyrc has no effect when running `tidy -utf`:
+ tag names keep coming out in uppercase on output.
+ 
+ == Test Case ==
+ $ cat .tidyrc 
+ uppercase-tags: no
+ $ cat test.html 
+ <h1>heading
+ <H2>subheading</h3>
+ <P>text</p>
+ $ tidy -utf test.html
+ ...
+ <BODY>
+ <H1>heading</H1>
+ <H2>subheading</H2>
+ <P>text</P>
+ </BODY>
+ ...
  
  
  $ lsb_release -a
  Description:  Ubuntu 20.10
  Release:      20.10
  
  $ apt-cache policy tidy
  tidy:
-   Installed: 2:5.6.0-11
-   Candidate: 2:5.6.0-11
-   Version table:
-  *** 2:5.6.0-11 500
-         500 http://ftp.ntua.gr/ubuntu groovy/universe amd64 Packages
-         100 /var/lib/dpkg/status
+   Installed: 2:5.6.0-11
+   Candidate: 2:5.6.0-11
+   Version table:
+  *** 2:5.6.0-11 500
+         500 http://ftp.ntua.gr/ubuntu groovy/universe amd64 Packages
+         100 /var/lib/dpkg/status

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1914865

Title:
  uppercase-tags: no  in ~/.tidyrc conf has no effect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tidy-html5/+bug/1914865/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to