Skip to content

Commit

Permalink
fix /spec-v1 styling
Browse files Browse the repository at this point in the history
Fixes: #45
  • Loading branch information
zkat authored Jan 21, 2025
1 parent 35e71a9 commit 4ce7f99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/spec-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -548,4 +550,4 @@ multi-line-comment := '/*' commented-block
commented-block := '*/' | (multi-line-comment | '*' | '/' | [^*/]+) commented-block
```


</section>

0 comments on commit 4ce7f99

Please sign in to comment.