diff options
| -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: |