slab / quill

Quill is a modern WYSIWYG editor built for compatibility and extensibility
https://quilljs.com
BSD 3-Clause "New" or "Revised" License
42.3k stars 3.31k forks source link

Support for list styles #4276

Open chaitanya1248 opened 1 week ago

chaitanya1248 commented 1 week ago

Steps for Reproduction

  1. Visit quill.com

  2. provide list style type anything other than 'bullet', 'ordered'

Example: [{ list: 'ordered' }, { list: 'bullet' }, {list: 'circle'}]

Screenshot 2024-06-26 at 2 24 11 PM

Expected behavior: Quill should interpret other forms of list styles and render them accordingly Actual behavior: Quill does not render lists other than 'ordered' (numbers) and 'bullet' Platforms: All

Version:

2.0.2