From 78e904b120aa829e6da93c7cc7f9dbdaae555d2c Mon Sep 17 00:00:00 2001 From: Scott Date: Fri, 18 Dec 2020 14:59:49 -0500 Subject: [PATCH] Use `prose` for content --- src/index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/index.html b/src/index.html index 3a1b0e8..fdc78a7 100644 --- a/src/index.html +++ b/src/index.html @@ -6,3 +6,16 @@ title: kdl - Kat's Document Language

kdl - Kat's Document Language

+ +
+

+ kdl is a document language, mostly based on + SDLang, with xml-like semantics that looks + like you're invoking a bunch of CLI commands! +

+ +

+ It's meant to be used both as a serialization format and a configuration + language, and is relatively light on syntax compared to XML. +

+