diff options
author | praschke <stel@comfy.monster> | 2023-10-16 23:10:09 +0100 |
---|---|---|
committer | praschke <stel@comfy.monster> | 2023-10-17 22:44:34 +0100 |
commit | 60a3740af9c4dbf08181ae74b71d753b5ea133dd (patch) | |
tree | d99dfd2ead9f327492781d3205f595db8c8408b3 /docs/templates.md | |
parent | a454cc3ca1c34e51de13fe21f375f1f47d96a1e9 (diff) |
docs: mergeTags
Diffstat (limited to 'docs/templates.md')
-rw-r--r-- | docs/templates.md | 4 |
1 files changed, 2 insertions, 2 deletions
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 <details> <summary>Syntax:</summary> - <code>{{#mergeTags <i>definition</i> <i>isGroupMode</i> <i>isMergeMode</i>}}{{/mergeTags}}</code> + <code>{{mergeTags <i>definition</i> <i>isGroupMode</i> <i>isMergeMode</i>}}</code> * _`definition`_ <br> The root definition object. @@ -225,7 +225,7 @@ Creates a set of all unique tags for the definition and returns a text represent <summary>Example:</summary> ```handlebars - {{~#mergeTags definition group merge}}{{/mergeTags~}} + {{~mergeTags definition group merge~}} ``` Output: |