Skip to content

Commit 70ba3e5

Browse files
committed
update description
1 parent 2f8b00e commit 70ba3e5

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

src/_includes/partials/description.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
<section class="kdl-section" id="description">
22

33
KDL is a document language with xml-like semantics that looks like you're
4-
invoking a bunch of CLI commands!
4+
invoking a bunch of CLI commands! It's meant to be used both as a
5+
serialization format and a configuration language, much like JSON, YAML, or
6+
XML.
57

6-
It's meant to be used both as a serialization format and a configuration
7-
language, and is relatively light on syntax compared to XML.
8+
There's a living
9+
[specification](https://github.com/kdl-org/kdl/blob/main/SPEC.md), as well as
10+
various [implementations](#implementations). You can also check out the
11+
[FAQ](#faq) to answer all your burning questions!
812

9-
There's a living [specification](https://github.com/kdl-org/kdl/blob/main/SPEC.md), as well as
10-
[implementations](#implementations). The language is based on
11-
[SDLang](https://sdlang.org), with a number of modifications and
12-
clarifications on its syntax and behavior.
13+
The language is based on [SDLang](https://sdlang.org), with a number of
14+
modifications and clarifications on its syntax and behavior.
1315

1416
</section>

0 commit comments

Comments
 (0)