#Lesmo - Invoice Item Descriptions
1 messages ยท Page 1 of 1 (latest)
Oh well... that's interesting. Thanks!
No problem! ๐
I mean, to clarify, you can have a description so long it wraps to the next line, but we don't support you specifying a new line in the description yourself.
Yeah, I figured that'd be the case. Does that mean descriptions don't support any special chars? ๐ค
Say... emojis or stuff?
I think you can put emoji in there, though I've never tried myself. Let me give it a whirl...
... maybe I can hack a unicode newline? ๐
Emoji works.
I know \n doesn't.
With an emoji the resulting JSON looks like this:
"description": "Test description with \ud83e\udd11 emoji!"
Well, I think it doesn't hehe... at least I tried.
Thanks again!