From 383366bc064040e6b6323cce459019e0a147a636 Mon Sep 17 00:00:00 2001 From: praschke Date: Mon, 16 Oct 2023 23:13:43 +0100 Subject: docs: multiLine --- docs/templates.md | 4 ++-- 1 file 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 `
`. Example: ```handlebars - {{#kanjiLinks~}} + {{#multiLine~}} some multiline text - {{~/kanjiLinks}} + {{~/multiLine}} ``` Output: -- cgit v1.2.3