From dd1e8a00db5e0c9eb9f95dd73ebdae44904cd29d Mon Sep 17 00:00:00 2001 From: ruby0x1 Date: Fri, 21 May 2021 16:30:08 -0700 Subject: [PATCH] docs; values; add note about newline normalization in docs --- doc/site/values.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/site/values.markdown b/doc/site/values.markdown index b2cf2136..5065a638 100644 --- a/doc/site/values.markdown +++ b/doc/site/values.markdown @@ -50,7 +50,8 @@ String literals are surrounded in double quotes: "hi there" -They can also span multiple lines: +They can also span multiple lines. When they do, the newline character within +the string will always be `\n` (`\r\n` is normalized to `\n`).
 "hi