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


##########
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:
   > How about add this case too?
   > 
   > ```
   > sql = """ select * from "table" """
   > ```
   
   done



-- 
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