-
Notifications
You must be signed in to change notification settings - Fork 551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is no way out of <blockquote> #89
Comments
@okbel thanks very much for the feedback. Big update for pell coming soon with tons of fixes, hopefully I can work in a fix for this as well. |
@okbel No worries. v1.0.1 includes a fix for the blockquote escaping, as well as making sure the first child element in the editor is properly wrapped in a tag (I noticed you have a workaround for this in this file: The coral project looks pretty cool, kudos to you and your team. Maybe I can post a "Who uses pell" section on this README and list that project there. Let me know if you're okay with that. |
Thank you! Sure! Feel free to add us to the section. |
Was this problem relsoved? I'm using ver 1.0.4 but blockquote can't exit |
Click quote button => input something => shift + enter => input something => enter => not escap (bug) |
Interesting, never knew about the shift+enter thing. |
I use the outdent execCommand to leave blockquotes, which seems to work well under all circumstances. |
I find blockquote very handy, but dont have them. My version is v2 working branch. |
Once you click Quote it starts creating new
<blockquote>
s tags. I can't exit the quote while I'm typing. Even with double enters, or tab.The text was updated successfully, but these errors were encountered: