## Describe the bug Multiple new lines do not turn into multiple breaks ```ts tinymark("\n\n"); // Expected => "<br /><br />" // Received => "<br />\n" ``` ## Additional context - Browser or Node? Either - Version? 1.0.3
Describe the bug
Multiple new lines do not turn into multiple breaks
Additional context