From e1e3b2d585c526fffae3033ebab644b001498db0 Mon Sep 17 00:00:00 2001 From: Philippe Le Van Date: Fri, 16 Feb 2024 17:09:31 +0100 Subject: [PATCH] table of contents fixed --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3109429..6636983 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Table of content * [Installation](#installation) * [Basic Usage](#basic-usage) -* [Template Syntax](#template-syntax) +* [Template syntax and examples](#template-syntax) * [Supported formats](#supported-formats) * [Doc for developpers of lotemplate](#doc-for-devs) * [Unsolvable problems](#unsolvable-problems) @@ -288,8 +288,8 @@ of an array to dynamically add rows. Then pass the file, and the completed json to fill it. -Template Syntax ---------------------------------------------- +Template syntax and examples +---------------------------------------------------------- ### text variables @@ -773,7 +773,7 @@ Other formats can be easily added by adding the format information in the dictio Format information can be found on the [unoconv repo](https://github.com/unoconv/unoconv/blob/94161ec11ef583418a829fca188c3a878567ed84/unoconv#L391). -Doc for developpers of lotemplate +Doc for developpers of lotemplate ----------------------------------------------------------- ### Run the tests