I'm using the CSV plugin and I want to be able to add newlines in the spreadsheet to then be displayed via SpriteFont.
SpriteFont doesn't like when there's a carriage return in the text, nor does it like '\n' or <br />.
Is there a way I can embed the newlines in the raw text?
EDIT: the default is to wrap the two lines in " "s but I am pasting the CSV into a string and need the "s for the string.