0f80c08355
This is a simple but profound change in pprint.c. Since leading space is preserved on script code, after tidy indents the code once, a second run on that tidied file would add more indent to already indented code. This fix should be carefully checked, and removed if there are other bad consequences. Bump the version point to 4 for this change. |
||
---|---|---|
build | ||
console | ||
experimental | ||
htmldoc | ||
include | ||
src | ||
test | ||
.gitignore | ||
CMakeLists.txt | ||
README.md | ||
version.txt |
HTML Tidy with HTML5 support
This repository consists of the stable and development branches of HTML Tidy.
-
branch develop-*** consists of the current development and release candidate for HTML Tidy. Release Candidates can be identified with git tags.
-
branch master consists of the current, stable release of HTML Tidy.
Build the tidy library and command line tool
-
cd build/cmake
-
cmake ../.. [-DCMAKE_INSTALL_PREFIX=/path/for/install]
-
Windows:
cmake --build . --config Release
Unix/OS X:make
-
Install, if desired:
Windows:cmake --build . --config Release --target INSTALL
Unix/OS X:[sudo] make install
History
This repository should be considered canonical for HTML Tidy as of 2015-January-15.
-
This repository originally transferred from w3c.github.com/tidy-html5.
-
First moved to Github from tidy.sourceforge.net.