nianhua99 commented on code in PR #6713:
URL: https://github.com/apache/seatunnel/pull/6713#discussion_r1566668008


##########
docs/en/concept/config.md:
##########
@@ -64,6 +64,18 @@ sink {
 }
 ```
 
+#### multi-line support
+
+In `hocon`, multiline strings are supported, which allows you to include 
extended passages of text without worrying about newline characters or special 
formatting. This is achieved by enclosing the text within triple quotes 
**`"""`** . For example:
+
+```
+var = """
+Apache SeaTunnel is a
+next-generation high-performance,
+distributed, massive data integration tool.
+"""
+```

Review Comment:
   Sure, multiline text is indeed common in long SQL queries. I will add this 
case.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to