-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
At the moment, it's possible to construct a "mixed" list of ordered and bulleted items, eg: ```markdown 1. One 2. Two - Foo - Bar ``` If you create this list in Quill, then cut it and paste it back again, the bullet items are transformed into ordered items, which is surprising. This change updates the list HTML conversion logic to check that the list is still a continuation of the previous type. If not, it starts a new list of the correct type.
- Loading branch information
Alec Gibson
committed
Apr 15, 2019
1 parent
5e7eb7b
commit f23a206
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters