If I paste string with newline in paywall editor and display paywall in UIKit app it will behave like this:

Notice the “\” symbol, that is added.
If I try to add newline via enter key, and use UIKit to display paywall:

If I paste string with newline and use SwiftUI app to display paywall:

If I enter newline via enter key and use SwiftUI app, it will show it like this:

Seems like there is inconsistency in paywalls behaviour, what should I do? Now I use UIKit mainly, and I just want to add newline without extra symbols.