Hey! I wonder how can I use this library to get the innerText of my HTML string and also preserve the new lines? ``` const htmlstring = `helloworld` const result = html5parser(htmlstring) // ?? const result = `hello world` ```