Go to file
2012-03-17 17:07:48 +09:00
build Merge pull request #1 from ermshiperete/master 2012-01-01 23:21:12 -08:00
console Point to http://w3c.github.com/tidy-html5/ where appropriate. 2012-03-17 17:07:48 +09:00
experimental new 2011-11-17 11:44:16 +09:00
htmldoc Point to http://w3c.github.com/tidy-html5/ where appropriate. 2012-03-17 17:07:48 +09:00
include New merge-emphasis & coerce-endtags options added. 2012-03-17 16:26:41 +09:00
src Point to http://w3c.github.com/tidy-html5/ where appropriate. 2012-03-17 17:07:48 +09:00
test new 2011-11-17 11:44:16 +09:00
.gitignore Added the API docs. 2012-03-01 17:54:20 +09:00
index.html Add a more prominent link to the quickref. 2012-03-17 16:48:07 +09:00
license.html More cleanup. 2012-03-01 22:57:11 +09:00
Makefile Never automatically re-make the API docs. 2012-03-01 23:03:24 +09:00
quickref.html New merge-emphasis & coerce-endtags options added. 2012-03-17 16:26:41 +09:00
README.html Minor edit. 2012-03-15 11:52:28 +09:00
README.md Minor edit. 2012-03-15 11:52:28 +09:00
tidy.css Made minor build changes. 2012-03-01 18:17:51 +09:00

HTML Tidy for HTML5 (experimental)

This repo is an experimental fork of the code from tidy.sourceforge.net. This source code in this version supports processing of HTML5 documents. The changes for HTML5 support started from a patch developed by Björn Höhrmann.

For more information, see w3c.github.com/tidy-html5

For *nix platforms, you can build and install from the source code using the following steps.

  1. make -C build/gmake/

  2. make install -C build/gmake/

Note that you will either need to run make install as root, or with sudo make install.