Android-RTEditor icon indicating copy to clipboard operation
Android-RTEditor copied to clipboard

Bug: getText(RTFormat.HTML) puts multiple "\n" together with <br/> , instead of just having <br/>

Open AndroidDeveloperLB opened this issue 7 years ago • 0 comments

Suppose I put some text, in multiline, and then call getText(RTFormat.HTML) , it returns me a string that has both "\n" and
:

image

AndroidDeveloperLB avatar Mar 25 '18 09:03 AndroidDeveloperLB