We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prose
1 parent 0de5e7c commit 78e904bCopy full SHA for 78e904b
src/index.html
@@ -6,3 +6,16 @@
6
<header class="py-10 bg-gray-300">
7
<h1 class="text-4xl text-center">kdl - Kat's Document Language</h1>
8
</header>
9
+
10
+<section class="px-2 md:px-4 prose prose-xl mx-auto" id="description">
11
+ <p>
12
+ kdl is a document language, mostly based on
13
+ <a href="https://sdlang.org/">SDLang</a>, with xml-like semantics that looks
14
+ like you're invoking a bunch of CLI commands!
15
+ </p>
16
17
18
+ It's meant to be used both as a serialization format and a configuration
19
+ language, and is relatively light on syntax compared to XML.
20
21
+</section>
0 commit comments