Losing newlines importing text via API
volodymyrfedyk

June 2021
It seems that API works with formatted text. I figured out that you should wrap paragraphs into '<p>' tags.
snagao

June 2021
Oh interesting. So when you insert the html tags, the imported result maintains some formatting?
volodymyrfedyk

June 2021
I tested only replacement newlines with 'p' tags. But I have doubts that there is possibility of flexible formatting besides that.
zoran

June 2021
In order to keep the same formatting, please try to copy the text from the pdf or website into a plain text editor (not rich text editor) like Windows Notepad or Mac TextEdit.
volodymyrfedyk

June 2021
It's work through API. There is no such step as manual copying.
volodymyrfedyk

June 2021
I have the same problem. @snagao do you have some fix or it still is the issue?