It seems that it will wrap a long line of text on it's own. But for paragraphs and such, the ` will break the automatic line wraping. Also putting a charage return in the string causes some problems.
The below works as long as the lines aren't longer than the page width.
'sample text`
more sample text'
'sample text
more sample text'
|