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 +