Updated version and quickref.
This commit is contained in:
parent
bf1c2f67a9
commit
a1bb2d24b1
|
@ -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`.
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<body>
|
||||
<h1 id="top">Quick Reference</h1>
|
||||
<h2>HTML Tidy Configuration Options</h2>
|
||||
<p>Version: <a href="https://github.com/w3c/tidy-html5/tree/f2825b9">https://github.com/w3c/tidy-html5/tree/f2825b9</a></p>
|
||||
<p>Version: <a href="https://github.com/w3c/tidy-html5/tree/bf1c2f6">https://github.com/w3c/tidy-html5/tree/bf1c2f6</a></p>
|
||||
<p>
|
||||
<a class="h3" href="#MarkupHeader">HTML, XHTML, XML</a>
|
||||
<br />
|
||||
|
@ -111,6 +111,13 @@
|
|||
<td>DocType</td>
|
||||
<td>auto</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="#drop-empty-elements">drop-empty-elements</a>
|
||||
</td>
|
||||
<td>Boolean</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="#drop-empty-paras">drop-empty-paras</a>
|
||||
|
@ -910,6 +917,23 @@
|
|||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tabletitle" valign="top" id="drop-empty-elements">drop-empty-elements</td>
|
||||
<td class="tabletitlelink" valign="top" align="right">
|
||||
<a href="#top">Top</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">Type: <strong>Boolean</strong><br />
|
||||
Default: <strong>yes</strong><br />Example: <strong>y/n, yes/no, t/f, true/false, 1/0</strong></td>
|
||||
<td align="right" valign="top"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">This option specifies if Tidy should discard empty elements. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tabletitle" valign="top" id="drop-empty-paras">drop-empty-paras</td>
|
||||
<td class="tabletitlelink" valign="top" align="right">
|
||||
|
|
|
@ -1 +1 @@
|
|||
static const char TY_(release_date)[] = "https://github.com/w3c/tidy-html5/tree/f2825b9";
|
||||
static const char TY_(release_date)[] = "https://github.com/w3c/tidy-html5/tree/bf1c2f6";
|
Loading…
Reference in a new issue