Closed Charterino closed 4 years ago
If I'm not mistaken, no matter what you do with the string, if you pass the "\n" to the renderer, it will render it as a new line. I'm replacing the backslash () with a similar character (⧵) to bypass that. It's dirty, but it works.
Closes #43
Looks good, thanks!
If I'm not mistaken, no matter what you do with the string, if you pass the "\n" to the renderer, it will render it as a new line. I'm replacing the backslash () with a similar character (⧵) to bypass that. It's dirty, but it works.