-
Tidy removes the line breaks from the contents of a pre element when that element contains another element such as the code element. I expected tidy to preserve the line breaks inside the pre element …
-
### 1. Summary
I get line breaks in output, if I use grunt-htmltidy. I don't get them, if I use HTML-Tidy CLI.
### 2. Environment
+ Windows 10 Enterprise LTSB 64-bit EN,
+ HTML Tidy for Windows ver…
-
Does not work anymore with Tidy 5.8.0, also even in 5.2.0 the option "drop-font-tags" is marked as deprecated:
https://api.html-tidy.org/tidy/quickref_5.2.0.html#drop-font-tags
Would've been easy …
-
I am facing a serious problem with HTML Tidy (latest version -- https://html-tidy.org).
In short: HTML tidy convert these lines of HTML codes
```
Codes
…
-
This is [Issue 10](http://code.google.com/p/notepad2-mod/issues/detail?id=10) moved from a Google Code project.
Added by 2011-03-09T15:09:27.000Z by [klo...@gmail.com](http://code.google.com/u/1054741…
-
Hi @nrennie,
This is a cool dataset, good work! As I was reviewing the code, I wondered if you could loop through the plays to scrape all together. Something like this -
``` ruby
library(polite…
-
Steps to reproduce:
echo -e "inline\n();" | tidy -q
Test results:
inline
();
Issue doesn’t happen when …
-
```
...as per issue title. It would be great to be able to have a "Format as ->"
command/menu that would take care of indentation etc. I guess since there are
already a lot of specific tools availab…
-
Hello.
I cleaned up the following html with tidy 5.6.0.
```
/work/html # cat missing_list_tag.html
missing list tags
1st list item
2nd list item
```
Then returned
```
/work…
-
It would be really nice to run html-tidy over all of the existing webaudio tests and also run clang-format on the Javascript code so that all of the tests have the same format and style.