1. If the text has line breaks they are removed when the value substitutes in. For example:
becomes
2. The system does not allow these fields to be blanks, but we sometimes want them blank. Right now I am using a zero width space as a work around (https://en.wikipedia.org/wiki/Zero-width_space). This works because Unicode does not consider it a white space so your code does not filter it out, but I'm using a specification error on DecileHub side to work around the problem.