Closed p-salmon closed 5 years ago
Thanks for updating this.
I'm thinking we should update the minor version to reflect this fairly large change. What do you think?
Also, do you think we should pin the dependency in the package.json to the latest version?
@patleeman Thanks for your review, I've added a comment and updated the version. I can squash the commit for another PR if needed.
Also, do you think we should pin the dependency in the package.json to the latest version?
I don't think it's necessary but maybe I am missing something.
Hey @patleeman ! Any news on this? Thanks again for the project :)
Thanks for the work on this @p-salmon
Hey @patleeman ! It's been a while but would be nice to have a new version with this fix ^^ Thanks!
With the latest version of Quill, the support for list starting with
*
has been added by default: https://github.com/quilljs/quill/pull/1819The following line were conflicting with this behaviour, creating weird behaviour where two lines were being cleaned.
We've removed the support for
*
but let the support for+
. We haven't renamed the match and let theasterisk-list
intentionally, happy to change it if needed.Thanks again for the awesome project, it's been really useful for us!