From da8391fc37d5136ac413b7f74ee6fa1534c7f7c0 Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Fri, 3 Nov 2023 18:28:30 -0700 Subject: [PATCH] Update table of contents --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ead0c36..61a8e70 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,9 @@ Salix's syntax is similar to Leaf and (in my opinion at least), it's much more f - [`for` tag](#for-tag) - [`if` tag](#if-tag) - [`include` tag](#include-tag) + - [Using the `include` tag with extra arguments](#using-the-include-tag-with-extra-arguments) - [`macro` tag](#macro-tag) + - [Using the `macro` tag with extra arguments](#using-the-macro-tag-with-extra-arguments) - [Functions](#functions) - [Global Functions](#global-functions) - [Adding Custom Functions](#adding-custom-functions)