File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1818 < link rel ="stylesheet " crossorigin href ="/assets/global-DvdzMk0y.css ">
1919 </ head >
2020 < body >
21- < main > < h1 > KDL v1 Spec</ h1 >
21+ < main > <!-- TODO: actually make proper sections for this someday? meh, probably pointless. -->
22+ < section class ="kdl-section " id ="spec ">
23+ # KDL v1 Spec
2224< p > This is the semi-formal specification for the legacy version of KDL, including
2325the intended data model and the grammar.</ p >
2426< p > This document describes KDL version < code > 1.0.0</ code > . It was released on September 11, 2021.</ p >
@@ -589,6 +591,7 @@ <h2>Full Grammar</h2>
589591< span class ="line "> < span > multi-line-comment := '/*' commented-block</ span > </ span >
590592< span class ="line "> < span > commented-block := '*/' | (multi-line-comment | '*' | '/' | [^*/]+) commented-block</ span > </ span >
591593< span class ="line "> < span > </ span > </ span > </ code > </ pre >
594+ </ section >
592595</ main >
593596 </ body >
594597</ html >
You can’t perform that action at this time.
0 commit comments