From d2ec95629f00ed2c073222be8d251d6d6042127c Mon Sep 17 00:00:00 2001 From: zkat Date: Tue, 21 Jan 2025 21:51:05 +0000 Subject: [PATCH] deploy: 4ce7f99ef211c7899837198eccadb8c00a4a334a --- spec-v1/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/spec-v1/index.html b/spec-v1/index.html index 82fd600..e2ad332 100644 --- a/spec-v1/index.html +++ b/spec-v1/index.html @@ -18,7 +18,9 @@ -

KDL v1 Spec

+
+
+# KDL v1 Spec

This is the semi-formal specification for the legacy version of KDL, including the intended data model and the grammar.

This document describes KDL version 1.0.0. It was released on September 11, 2021.

@@ -589,6 +591,7 @@ lines:

multi-line-comment := '/*' commented-block commented-block := '*/' | (multi-line-comment | '*' | '/' | [^*/]+) commented-block +