-
In addition to running pyflakes on our python source code as a standard part of our testing, it would be nice to similarly validate all of our HTML templates.
There are a number of standard program…
-
Example:
```
line 10 column 21 - Warning: lacks "type" attribute
line 1,204 column 1 - Warning: inserting missing 'title' element
test.html: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//…
-
Hello!
Is it possible add a feature to tidy HTML or XML files for better view in this fantastic editor?
Some files are minified and is very difficult to read any information.
There is a engin…
-
Hello,
I'm trying to compile on OS X, and I get the above error. There's no tidy.h file in the source.
Many thanks!
-
# Stack overflow error caused by jtidy parsing of untrusted Html String
## Description
Using jtidy to parse untrusted Html String may be vulnerable to denial of service (DOS) attacks. If the par…
-
Not sure what can be done: HTML tidy does not find all errors.
To find more warnings and errors,
you can use Dymola -> Export ->HTML
together with [Atom.io editor](https://atom.io/) and [linter pa…
-
-
I'm delivering the generated HTML from my React project and wondering if there's an option, or plan for, to output tidy, readable HTML?
-
Following [Mozilla's guidelines](https://developer.mozilla.org/en-US/docs/Learn/HTML/Howto/Author_fast-loading_HTML_pages)
-
Users may write html tags into title, notes, etc. If the html tags are not well-formed, there will be displaying errors for the page, such as the listMySynmark page and Synote player page. So we need …