diff --git a/doc/3.1-configuration-syntax.md b/doc/3.1-configuration-syntax.md index 0c1163257..7c3fbeeab 100644 --- a/doc/3.1-configuration-syntax.md +++ b/doc/3.1-configuration-syntax.md @@ -84,6 +84,11 @@ Example. a multi-line string.}}} +> **Note** +> +> Unlike in ordinary strings special characters to not have to be escaped +> in multi-line string literals. + #### Boolean Literals The keywords *true* and *false* are equivalent to 1 and 0 respectively.