From 70ba3e5f7bdac90fddb24f65cbe33efd46353c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sun, 27 Dec 2020 17:36:32 -0800 Subject: [PATCH] update description --- src/_includes/partials/description.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/_includes/partials/description.md b/src/_includes/partials/description.md index 04f8ec1..72a5a6b 100644 --- a/src/_includes/partials/description.md +++ b/src/_includes/partials/description.md @@ -1,14 +1,16 @@
KDL is a document language with xml-like semantics that looks like you're -invoking a bunch of CLI commands! +invoking a bunch of CLI commands! It's meant to be used both as a +serialization format and a configuration language, much like JSON, YAML, or +XML. -It's meant to be used both as a serialization format and a configuration -language, and is relatively light on syntax compared to XML. +There's a living +[specification](https://github.com/kdl-org/kdl/blob/main/SPEC.md), as well as +various [implementations](#implementations). You can also check out the +[FAQ](#faq) to answer all your burning questions! -There's a living [specification](https://github.com/kdl-org/kdl/blob/main/SPEC.md), as well as -[implementations](#implementations). The language is based on -[SDLang](https://sdlang.org), with a number of modifications and -clarifications on its syntax and behavior. +The language is based on [SDLang](https://sdlang.org), with a number of +modifications and clarifications on its syntax and behavior.