HELP - newlineCmd
HelpCommand ReferencenewlineCmd
Description  
Forcing a newline without using a blank line( \n )
To force a newline without having to insert a blank line use \n.
Syntax
Some text with a line break here\n
next line continues here.
Output
Some text with a line break here
next line continues here.