Use `prose` for content

This commit is contained in:
Scott 2020-12-18 14:59:49 -05:00
parent 0de5e7c925
commit 78e904b120
1 changed files with 13 additions and 0 deletions

View File

@ -6,3 +6,16 @@ title: kdl - Kat's Document Language
<header class="py-10 bg-gray-300"> <header class="py-10 bg-gray-300">
<h1 class="text-4xl text-center">kdl - Kat's Document Language</h1> <h1 class="text-4xl text-center">kdl - Kat's Document Language</h1>
</header> </header>
<section class="px-2 md:px-4 prose prose-xl mx-auto" id="description">
<p>
kdl is a document language, mostly based on
<a href="https://sdlang.org/">SDLang</a>, 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>
</section>