-
Hi,
I want to know the backend "tidy command" when i click on tidy on https://htmltidy.net/ website. I'm getting the desired output on the GUI page, but when i try to use "tidy input.html > output.ht…
-
The following content is indented in an odd manner by tidy.
```[html]
Title
```
Running `tidy -i -wrap 500 file.html`, tidy (correctly) recognises HTML5 code,…
-
Forwarding a usability issue reported by a Ubuntu user, from https://bugs.launchpad.net/ubuntu/+source/tidy-html5/+bug/1914865
Running `tidy -utf ...` is treated as `tidy -u -t -f ...`, rather than…
-
```
$ echo 'test expected' | tidy -config /dev/null 2>/dev/null
test expected
$ echo 'unexpected' | tidy -config /dev/null 2>/dev/null
unexpected
…
-
Assign IDs and classes more extensively. Use more appropriate tags.
-
Hello! I've processed with tidy 5.6.0 some old html pages which have been made in good old times with MS Word. I'd like to clean html code and therefore I've used tidy with option `--word-2000 yes`. I…
-
```
$ cat -n foo.html
1
2
3
4
5
6
7 This & that.
8 Unescaped open angle bracket < and an unescaped c…
-
We have the following bug reported to the Debian package of HTML-Tidy
(https://bugs.debian.org/829409):
The reason for the test failure are most probably the update of
(lib)tidy(-dev) from 20091223cv…
-
It appears tidy does not preserve spaces in in `` and `` tags. It renders the entire tag contents as a single line, destroying code formatting.
```
$ HTML_TIDY=/dev/null tidy -q
-
On the command line, I can use `tidy -version` to print the version of the used library.
Could you add a wrapper for that, too?
This is interesting, because after some years of stagnation,
devel…