How it work?
Inserts spaces and break lines into html string. It looks like this:
<!-- Before -->Hello world!How are you? <!-- After --> Hello world! How are you?
How to use?
// => "<div>\n <p>Hello <b>world</b>!\n </p>\n</div>"
Also you can pass string with spaces and break lines, it will be remove it and add them again.