I added an escape character "\" which is handled by the parser and both print functions. It can be used to escape the parsing character, which means that to use a comma as text you can write \, . The text engine will create a new line when it reaches \n. The only blocks which have been changed are the two print blocks (Render.print and render.printwrapped) and the misc split string.