From 60a3740af9c4dbf08181ae74b71d753b5ea133dd Mon Sep 17 00:00:00 2001 From: praschke Date: Mon, 16 Oct 2023 23:10:09 +0100 Subject: docs: mergeTags --- docs/templates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/templates.md') diff --git a/docs/templates.md b/docs/templates.md index 86c60db9..6605012a 100644 --- a/docs/templates.md +++ b/docs/templates.md @@ -212,7 +212,7 @@ Creates a set of all unique tags for the definition and returns a text represent
Syntax: - {{#mergeTags definition isGroupMode isMergeMode}}{{/mergeTags}} + {{mergeTags definition isGroupMode isMergeMode}} * _`definition`_
The root definition object. @@ -225,7 +225,7 @@ Creates a set of all unique tags for the definition and returns a text represent Example: ```handlebars - {{~#mergeTags definition group merge}}{{/mergeTags~}} + {{~mergeTags definition group merge~}} ``` Output: -- cgit v1.2.3