This commit is contained in:
scotttrinh 2020-12-18 20:48:53 +00:00
parent cff726df92
commit 7c58565ebb
2 changed files with 607 additions and 560 deletions

View File

@ -16,7 +16,8 @@
<h1 class="text-4xl text-center">kdl - Kat's Document Language</h1>
</header>
<section class="px-2 md:px-4 prose prose-xl mx-auto" id="description">
<section class="kdl-section" id="description">
<p>
kdl is a document language, mostly based on
<a href="https://sdlang.org/">SDLang</a>, with xml-like semantics that looks
@ -28,6 +29,17 @@
language, and is relatively light on syntax compared to XML.
</p>
</section>
<section class="kdl-section" id="design-and-discussion">
<h2>Design and discussion</h2>
<p>
kdl is still extremely new, and discussion about the format should happen
over on the
<a href="https://github.com/kdoclang/kdl/discussions">discussions</a> page
in the Github repo. Feel free to jump in and give us your 2 cents!
</p>
</section>
</main>
</body>
</html>

File diff suppressed because it is too large Load Diff