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 ``` - +