From 7826ffd13102be2a3be94c4979cc10c583fd3607 Mon Sep 17 00:00:00 2001 From: Ivan Gagis Date: Sun, 25 Feb 2024 15:40:26 +0200 Subject: [PATCH] tml --- README.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 707c280..f8e0947 100644 --- a/README.adoc +++ b/README.adoc @@ -1,4 +1,4 @@ -:name: treeml +:name: tml = {name} @@ -6,6 +6,7 @@ | link:https://github.com/cppfw/{name}/releases[image:https://img.shields.io/github/tag/cppfw/{name}.svg[releases]] | link:https://github.com/cppfw/{name}/actions[image:https://github.com/cppfw/{name}/workflows/ci/badge.svg[ci status]] |==== +Tree markup language. A lightweight markup language C++ library. The idea is that the document is just a tree of strings. Each string can have a number of children strings or no children at all, an so on.