mirror of https://github.com/kdl-org/kdl.git
Script updating gh-pages from 84911fe. [ci skip]
This commit is contained in:
parent
fa0a0f163b
commit
9c63a1babd
|
|
@ -2760,11 +2760,11 @@ document := bom? version? nodes
|
||||||
nodes := (line-space* node)* line-space*
|
nodes := (line-space* node)* line-space*
|
||||||
|
|
||||||
base-node := slashdash? type? node-space* string
|
base-node := slashdash? type? node-space* string
|
||||||
(node-space+ slashdash? node-prop-or-arg)*
|
(node-space* (node-space | slashdash) node-prop-or-arg)*
|
||||||
// slashdashed node-children must always be after props and args.
|
// slashdashed node-children must always be after props and args.
|
||||||
(node-space+ slashdash node-children)*
|
(node-space* slashdash node-children)*
|
||||||
(node-space+ node-children)?
|
(node-space* node-children)?
|
||||||
(node-space+ slashdash node-children)*
|
(node-space* slashdash node-children)*
|
||||||
node-space*
|
node-space*
|
||||||
node := base-node node-terminator
|
node := base-node node-terminator
|
||||||
final-node := base-node node-terminator?
|
final-node := base-node node-terminator?
|
||||||
|
|
|
||||||
|
|
@ -1064,11 +1064,11 @@ Table of Contents
|
||||||
nodes := (line-space* node)* line-space*
|
nodes := (line-space* node)* line-space*
|
||||||
|
|
||||||
base-node := slashdash? type? node-space* string
|
base-node := slashdash? type? node-space* string
|
||||||
(node-space+ slashdash? node-prop-or-arg)*
|
(node-space* (node-space | slashdash) node-prop-or-arg)*
|
||||||
// slashdashed node-children must always be after props and args.
|
// slashdashed node-children must always be after props and args.
|
||||||
(node-space+ slashdash node-children)*
|
(node-space* slashdash node-children)*
|
||||||
(node-space+ node-children)?
|
(node-space* node-children)?
|
||||||
(node-space+ slashdash node-children)*
|
(node-space* slashdash node-children)*
|
||||||
node-space*
|
node-space*
|
||||||
node := base-node node-terminator
|
node := base-node node-terminator
|
||||||
final-node := base-node node-terminator?
|
final-node := base-node node-terminator?
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="zkat/schema-v2/draft-marchan-kdl2.html" class="html draft-marchan-kdl2" title="The KDL Document Language (HTML)">KDL</a></td>
|
<td><a href="zkat/schema-v2/draft-marchan-kdl2.html" class="html draft-marchan-kdl2" title="The KDL Document Language (HTML)">KDL</a></td>
|
||||||
<td><a href="zkat/schema-v2/draft-marchan-kdl2.txt" class="txt draft-marchan-kdl2" title="The KDL Document Language (Text)">plain text</a></td>
|
<td><a href="zkat/schema-v2/draft-marchan-kdl2.txt" class="txt draft-marchan-kdl2" title="The KDL Document Language (Text)">plain text</a></td>
|
||||||
<td>same as main</td>
|
<td><a href="https://author-tools.ietf.org/api/iddiff?url_1=https://kdl-org.github.io/kdl/draft-marchan-kdl2.txt&url_2=https://kdl-org.github.io/kdl/zkat/schema-v2/draft-marchan-kdl2.txt" class="diff draft-marchan-kdl2">diff with main</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<h2>Preview for branch <a href="zkat/fix-stuff">zkat/fix-stuff</a></h2>
|
<h2>Preview for branch <a href="zkat/fix-stuff">zkat/fix-stuff</a></h2>
|
||||||
|
|
@ -46,7 +46,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="zkat/fix-stuff/draft-marchan-kdl2.html" class="html draft-marchan-kdl2" title="The KDL Document Language (HTML)">KDL</a></td>
|
<td><a href="zkat/fix-stuff/draft-marchan-kdl2.html" class="html draft-marchan-kdl2" title="The KDL Document Language (HTML)">KDL</a></td>
|
||||||
<td><a href="zkat/fix-stuff/draft-marchan-kdl2.txt" class="txt draft-marchan-kdl2" title="The KDL Document Language (Text)">plain text</a></td>
|
<td><a href="zkat/fix-stuff/draft-marchan-kdl2.txt" class="txt draft-marchan-kdl2" title="The KDL Document Language (Text)">plain text</a></td>
|
||||||
<td>same as main</td>
|
<td><a href="https://author-tools.ietf.org/api/iddiff?url_1=https://kdl-org.github.io/kdl/draft-marchan-kdl2.txt&url_2=https://kdl-org.github.io/kdl/zkat/fix-stuff/draft-marchan-kdl2.txt" class="diff draft-marchan-kdl2">diff with main</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<h2>Preview for branch <a href="zkat/minor-tweaks">zkat/minor-tweaks</a></h2>
|
<h2>Preview for branch <a href="zkat/minor-tweaks">zkat/minor-tweaks</a></h2>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue