From 4ce7f99ef211c7899837198eccadb8c00a4a334a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Tue, 21 Jan 2025 13:50:27 -0800 Subject: [PATCH] fix /spec-v1 styling Fixes: https://github.com/kdl-org/kdl-org.github.io/issues/45 --- src/spec-v1.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/spec-v1.md b/src/spec-v1.md index 05baabf..4dae730 100644 --- a/src/spec-v1.md +++ b/src/spec-v1.md @@ -3,6 +3,8 @@ layout: base.html title: KDL v1 Specification --- + +
# 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 ``` - +