wordpress-mobile / WordPress-Editor-Android

⛔️ [DEPRECATED] A reusable Android rich text editor component.
GNU General Public License v2.0
188 stars 50 forks source link

Preserve carriage returns #416

Open rachelmcr opened 8 years ago

rachelmcr commented 8 years ago

In the web editor, when in visual mode if you hit the enter key multiple times a non-breaking space is inserted for each new line. Let's match this behavior in the mobile editor. This should accommodate some of the formatting tricks our users are accustomed to.

Related iOS issue: https://github.com/wordpress-mobile/WordPress-Editor-iOS/issues/642