User input text area now wrapping text following aspose dependency upgrade

In our application we have a textarea html element that users input information into. If the user inputs any spacing or line breaks into this text area, it is reflected after the PDF is generated. However, after updating the aspose-words dependency from version 10.6 to version 23.7, this textarea is now wrapping all text within this textarea together. For instance, if a user inputs -
-Random Text 1
-Random Text 2

Then it will show up in the generated document as - “-Random Text 1 -Random Text 2”

Why would this be happening following a dependency update, and is there a way to fix it? Thank you.

@s.vance Could you please attach your input, output and expected output documents along with code that will allow us to reproduce the problem on our side? We will check the issue and provide you more information.