diff options
author | praschke <stel@comfy.monster> | 2023-10-16 23:13:43 +0100 |
---|---|---|
committer | praschke <stel@comfy.monster> | 2023-10-17 22:44:44 +0100 |
commit | 383366bc064040e6b6323cce459019e0a147a636 (patch) | |
tree | d22d06c8fee6db89b238c1be3ff17a1bd15c5712 /docs/templates.md | |
parent | 60a3740af9c4dbf08181ae74b71d753b5ea133dd (diff) |
docs: multiLine
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 6605012a..b7e75437 100644 --- a/docs/templates.md +++ b/docs/templates.md @@ -122,11 +122,11 @@ Replaces newline characters with a forced HTML line break `<br>`. <summary>Example:</summary> ```handlebars - {{#kanjiLinks~}} + {{#multiLine~}} some multiline text - {{~/kanjiLinks}} + {{~/multiLine}} ``` Output: |