PHP define variable using plain text
There’s a comfortable way to define variable in PHP.
For example,
$text = <<<QQQ Often called the “Atlantis of the East” by travellers, the underwater city of Shicheng is a magnificent, mysterious time capsule of Imperial China. Stone architecture dating to the Ming and Qing dynasties (which ruled from 1368 to 1912) stands perfectly preserved 40m under Qiandao Lake in Zhejiang province, 400km south of Shanghai. QQQ;
Note, that closed construction QQQ must be set in the beginning of the line, no spaces.

PostgreSQL in Docker: when DBeaver lies (and psql saves the day)
SharePoint onPrem: Create ContentType with the specific ID
Send props from Child class component to Parent state component in React App