From 9c63a1babd28ae5c385b0a0d08c71157c6307a0b Mon Sep 17 00:00:00 2001 From: ID Bot Date: Wed, 29 Jan 2025 00:48:30 +0000 Subject: [PATCH] Script updating gh-pages from 84911fe. [ci skip] --- draft-marchan-kdl2.html | 8 ++++---- draft-marchan-kdl2.txt | 8 ++++---- index.html | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/draft-marchan-kdl2.html b/draft-marchan-kdl2.html index 2cb4734..bf9d43a 100644 --- a/draft-marchan-kdl2.html +++ b/draft-marchan-kdl2.html @@ -2760,11 +2760,11 @@ document := bom? version? nodes nodes := (line-space* node)* line-space* 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. - (node-space+ slashdash node-children)* - (node-space+ node-children)? - (node-space+ slashdash node-children)* + (node-space* slashdash node-children)* + (node-space* node-children)? + (node-space* slashdash node-children)* node-space* node := base-node node-terminator final-node := base-node node-terminator? diff --git a/draft-marchan-kdl2.txt b/draft-marchan-kdl2.txt index cf3bc1b..bdc38b0 100644 --- a/draft-marchan-kdl2.txt +++ b/draft-marchan-kdl2.txt @@ -1064,11 +1064,11 @@ Table of Contents nodes := (line-space* node)* line-space* 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. - (node-space+ slashdash node-children)* - (node-space+ node-children)? - (node-space+ slashdash node-children)* + (node-space* slashdash node-children)* + (node-space* node-children)? + (node-space* slashdash node-children)* node-space* node := base-node node-terminator final-node := base-node node-terminator? diff --git a/index.html b/index.html index adde539..275b962 100644 --- a/index.html +++ b/index.html @@ -38,7 +38,7 @@ KDL plain text - same as main + diff with main

Preview for branch zkat/fix-stuff

@@ -46,7 +46,7 @@ KDL plain text - same as main + diff with main

Preview for branch zkat/minor-tweaks