fix /spec-v1 styling

Fixes: https://github.com/kdl-org/kdl-org.github.io/issues/45
This commit is contained in:
Kat Marchán 2025-01-21 13:50:27 -08:00 committed by GitHub
parent 35e71a9a05
commit 4ce7f99ef2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@ layout: base.html
title: KDL v1 Specification
---
<!-- TODO: actually make proper sections for this someday? meh, probably pointless. -->
<section class="kdl-section" id="spec">
# KDL v1 Spec
This is the semi-formal specification for the legacy version of KDL, including
@ -548,4 +550,4 @@ multi-line-comment := '/*' commented-block
commented-block := '*/' | (multi-line-comment | '*' | '/' | [^*/]+) commented-block
```
</section>