aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorpraschke <stel@comfy.monster>2023-10-16 23:13:43 +0100
committerpraschke <stel@comfy.monster>2023-10-17 22:44:44 +0100
commit383366bc064040e6b6323cce459019e0a147a636 (patch)
treed22d06c8fee6db89b238c1be3ff17a1bd15c5712 /docs
parent60a3740af9c4dbf08181ae74b71d753b5ea133dd (diff)
docs: multiLine
Diffstat (limited to 'docs')
-rw-r--r--docs/templates.md4
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: