This commit is contained in:
zkat 2020-12-28 01:37:11 +00:00
parent 352758939d
commit e8dc404448
1 changed files with 9 additions and 7 deletions

View File

@ -16,13 +16,15 @@
</header>
<section class="kdl-section" id="description">
<p>KDL is a document language with xml-like semantics that looks like you're
invoking a bunch of CLI commands!</p>
<p>It's meant to be used both as a serialization format and a configuration
language, and is relatively light on syntax compared to XML.</p>
<p>There's a living <a href="https://github.com/kdl-org/kdl/blob/main/SPEC.md">specification</a>, as well as
<a href="#implementations">implementations</a>. The language is based on
<a href="https://sdlang.org">SDLang</a>, with a number of modifications and
clarifications on its syntax and behavior.</p>
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.</p>
<p>There's a living
<a href="https://github.com/kdl-org/kdl/blob/main/SPEC.md">specification</a>, as well as
various <a href="#implementations">implementations</a>. You can also check out the
<a href="#faq">FAQ</a> to answer all your burning questions!</p>
<p>The language is based on <a href="https://sdlang.org">SDLang</a>, with a number of
modifications and clarifications on its syntax and behavior.</p>
</section>
<section class="kdl-section" id="overview">
<h2>Overview</h2>