Given a block of text, first split it using the "\n" escape, and then word-wrap each line.
See Implementation
Given a block of text, first split it using the "\n" escape, and then word-wrap each line.