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
{{ message }}
This repository has been archived by the owner on Mar 8, 2019. It is now read-only.
Same here, but worser. If I create a bold tag with one line break, then the result is this: <b>bold text<br><br></b>
but when I delete all line breaks in editor (I find only one), then one will stay in text and cannot be removed: <b>bold text<br></b>
In editor is no line break anyway
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Everytime I click on Bold Italic or Underline it adds an
to the end of my text.
So the html looks like this if I click on Bold and Italic:
< p>Some of my Text< /p>
< br>
< br>
The text was updated successfully, but these errors were encountered: