From a5b99dce5dbe5d9e681fef59c4efebe2c80c5ce5 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Sat, 21 Apr 2018 14:53:20 +0530 Subject: Add more tests for multi-line strings and update docs --- docs/markdown/Syntax.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/markdown/Syntax.md') diff --git a/docs/markdown/Syntax.md b/docs/markdown/Syntax.md index 01c8c6e95..30eedf814 100644 --- a/docs/markdown/Syntax.md +++ b/docs/markdown/Syntax.md @@ -131,7 +131,8 @@ int main (int argc, char ** argv) { }''' ``` -This can also be combined with the string formatting functionality +These are raw strings that do not support the escape sequences listed above. +These strings can also be combined with the string formatting functionality described below. #### String formatting -- cgit v1.2.3