-
Notifications
You must be signed in to change notification settings - Fork 49
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
bold and italic on the same line breaks #6
Comments
Thanks for pointing these out, I will take a look at these corner cases |
Oh this is interesting, it doesn't happen if you hit enter but it does if you hit space. |
patleeman
added a commit
that referenced
this issue
Feb 22, 2018
This commit resolves issue # 6 (#6). It also fixes bold italic not rendering properly.
Looking at these discussions: It seems like Quill's removeFormat doesn't clear block formats without a selected range. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This looks like a very cool plugin.
Running into a few annoying issues though that prevent me from using this on prod:
On the demo: https://patleeman.github.io/quill-markdown-shortcuts/
If you type
It will turn the entire line into italic.
Also, unable to get out of a fenced code block. Even after clicking on remove all styles.
See:
![](https://camo.githubusercontent.com/e4c63ad893a5754202c4f61a4089dcc99a05bc83996e06cf4bfa1c4ab7a43604/68747470733a2f2f642e70722f667265652f692f5a6c3936734a2b)
The text was updated successfully, but these errors were encountered: