-
Notifications
You must be signed in to change notification settings - Fork 361
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
Solution to Vue2-Editor/Quill paste from MS Word bullet list bug #223
Comments
How do you resolve this in react ? It will be glad if you help me and get rid of this issue. Thanks in advance. |
This is not an issue, but a solution to the MS Word copy/paste bug for bullet lists.
Out of the box, Vue2-Editor (and Quill, TipTap, etc) will not correctly format unordered lists (bullet lists) pasted in from MS Word. When you paste a bullet list from MS Word, the Quill formatting does not recognize it as
<ul><li></li></ul>
. While researching, I came across this thread from a few years back.While that solution works, there are a few tweaks that need to be made in order to make this work for Vue2-Editor. The following is a solution that works (I've omitted unnecessary config). Hope this helps.
The text was updated successfully, but these errors were encountered: