It's weird that so many languages don't support wrapping text strings over multiple lines by default and use special syntax instead.
@lvk If we can have backtics or triple quotation marks for multi line string parsing, it should have been just as easy to extend the single line strings to support multi line parsing. 🤷
Also these environments usually have multi line comments too? Bah humbug
@mauve exactly this! As if linebreaks & quotes are the worst nightmare of each parser.