From a1bb2d24b1a770e66f53d0714e45f6ad3d3c5d88 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Thu, 15 Mar 2012 11:15:11 +0900 Subject: [PATCH] Updated version and quickref. --- README.md | 7 +++---- quickref.html | 26 +++++++++++++++++++++++++- src/version.h | 2 +- 3 files changed, 29 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3216fc0..219fdff 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ This repo is an experimental fork of the code from [tidy.sourceforge.net][1]. 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][2]. +changes for HTML5 support started from a [patch developed by Björn Höhrmann][2]. [1]: http://tidy.sourceforge.net @@ -16,6 +15,6 @@ following steps. 2. `make install -C build/gmake/` -Note that you will either need to run `make install` as root, or with `sudo -make install`. +Note that you will either need to run `make install` as root, or with `sudo make +install`. diff --git a/quickref.html b/quickref.html index bf2209d..2239f55 100644 --- a/quickref.html +++ b/quickref.html @@ -8,7 +8,7 @@

Quick Reference

HTML Tidy Configuration Options

-

Version: https://github.com/w3c/tidy-html5/tree/f2825b9

+

Version: https://github.com/w3c/tidy-html5/tree/bf1c2f6

HTML, XHTML, XML
@@ -111,6 +111,13 @@ DocType auto + + + drop-empty-elements + + Boolean + yes + drop-empty-paras @@ -910,6 +917,23 @@   + + drop-empty-elements + + Top + + + + Type: Boolean
+ Default: yes
Example: y/n, yes/no, t/f, true/false, 1/0 + + + + This option specifies if Tidy should discard empty elements. + + +   + drop-empty-paras diff --git a/src/version.h b/src/version.h index 535c542..ac18199 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -static const char TY_(release_date)[] = "https://github.com/w3c/tidy-html5/tree/f2825b9"; \ No newline at end of file +static const char TY_(release_date)[] = "https://github.com/w3c/tidy-html5/tree/bf1c2f6"; \ No newline at end of file