AztecEditor-Android
AztecEditor-Android copied to clipboard
Disappearing whitespaces
How to disable deleting white spaces whithout pre tag after fromHtml() function ?
Or just disable styling of pre tag?
- Writing some text and a lot of break lines

- After save in preview

- After restore, in editor again

Was able to reproduce this one, with the following steps:
- type title
- start typing text
- hit enter 3 or 4 times (3 or 4 empty lines)
- enter more text on line 5
- exit the editor
- open the draft again
- observe the empty lines were removed completely
cc @mkevins just for reference / history keeping, as this was something I found in the context of testing https://github.com/wordpress-mobile/AztecEditor-Android/pull/813/ but confirmed it was also behaving this way on develop