Skip to content

Commit 4ce7f99

Browse files
authored
fix /spec-v1 styling
Fixes: #45
1 parent 35e71a9 commit 4ce7f99

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/spec-v1.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ layout: base.html
33
title: KDL v1 Specification
44
---
55

6+
<!-- TODO: actually make proper sections for this someday? meh, probably pointless. -->
7+
<section class="kdl-section" id="spec">
68
# KDL v1 Spec
79

810
This is the semi-formal specification for the legacy version of KDL, including
@@ -548,4 +550,4 @@ multi-line-comment := '/*' commented-block
548550
commented-block := '*/' | (multi-line-comment | '*' | '/' | [^*/]+) commented-block
549551
```
550552

551-
553+
</section>

0 commit comments

Comments
 (0)