We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e71a9 commit 4ce7f99Copy full SHA for 4ce7f99
src/spec-v1.md
@@ -3,6 +3,8 @@ layout: base.html
3
title: KDL v1 Specification
4
---
5
6
+<!-- TODO: actually make proper sections for this someday? meh, probably pointless. -->
7
+<section class="kdl-section" id="spec">
8
# KDL v1 Spec
9
10
This is the semi-formal specification for the legacy version of KDL, including
@@ -548,4 +550,4 @@ multi-line-comment := '/*' commented-block
548
550
commented-block := '*/' | (multi-line-comment | '*' | '/' | [^*/]+) commented-block
549
551
```
552
-
553
+</section>
0 commit comments