fix /spec-v1 styling
Fixes: https://github.com/kdl-org/kdl-org.github.io/issues/45
This commit is contained in:
parent
35e71a9a05
commit
4ce7f99ef2
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue