Skip to content

Commit d2ec956

Browse files
committed
deploy: 4ce7f99
1 parent 7f50bd9 commit d2ec956

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

spec-v1/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
<link rel="stylesheet" crossorigin href="/assets/global-DvdzMk0y.css">
1919
</head>
2020
<body>
21-
<main><h1>KDL v1 Spec</h1>
21+
<main><!-- TODO: actually make proper sections for this someday? meh, probably pointless. -->
22+
<section class="kdl-section" id="spec">
23+
# KDL v1 Spec
2224
<p>This is the semi-formal specification for the legacy version of KDL, including
2325
the intended data model and the grammar.</p>
2426
<p>This document describes KDL version <code>1.0.0</code>. It was released on September 11, 2021.</p>
@@ -589,6 +591,7 @@ <h2>Full Grammar</h2>
589591
<span class="line"><span>multi-line-comment := '/*' commented-block</span></span>
590592
<span class="line"><span>commented-block := '*/' | (multi-line-comment | '*' | '/' | [^*/]+) commented-block</span></span>
591593
<span class="line"><span></span></span></code></pre>
594+
</section>
592595
</main>
593596
</body>
594597
</html>

0 commit comments

Comments
 (0)