From 91ce06c7b71c205055b57a15f3088e4e6d8e741e Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Fri, 19 Aug 2022 17:01:13 +0200 Subject: Add contents --- readme.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 3dcd58c..f0d371a 100644 --- a/readme.md +++ b/readme.md @@ -54,9 +54,15 @@ generate syntax trees or compile to other output formats. ## Contents - - -> 🚧 **To do**. +- [Install](#install) +- [Use](#use) +- [API](#api) +- [Extensions](#extensions) +- [Architecture](#architecture) +- [Examples](#examples) +- [Markdown](#markdown) +- [Project](#project) +- [License](#license) ## Install @@ -322,7 +328,7 @@ Support this effort and give back by sponsoring: -### License +## License [MIT][license] © [Titus Wormer][author] -- cgit