You're welcome.
I did mean to explain why as well but I must have backstepped too much.
As the "\" character is a
special character it must be escaped to enable it as plain text.
The same applies to other special chars, such as "$" or "[", you must use "\$" and "\[" to pass them as plain text.