You might be able to escape the newlines with \\n
or maybe using the ASCII code like \x0A
or such, but I've never tried it.
If it doesn't work and you're motivated to fix it, you could probably easily improve this by changing this line and/or the one two below to check against only unescaped newlines, instead of all of them.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.