You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe supporting shift + enter should be a a priority. If you want to use div, that's fine, but <div>text</div><div>text</div> should be output with an enter, and <div>text<br>text</div> with shift + enter.
I believe supporting shift + enter should be a a priority. If you want to use div, that's fine, but
<div>text</div><div>text</div>should be output with an enter, and<div>text<br>text</div>with shift + enter.