已识别的 quill 工具栏列表 类

List of recognized quill toolbar classes

quill 模块的文档指出:

...you can manually create a toolbar in HTML, and pass the DOM element or selector into Quill. The ql-toolbar class will be added to the toolbar container and Quill attach appropriate handlers to and elements with a class name in the form ql-${format}. Buttons element may optionally have a custom value attribute.

下面的例子包括

<button class="ql-bold"></button>
<button class="ql-script" value="sub"></button>
<button class="ql-script" value="super"></button>

是否有所有可识别的 ql-${format} 类 的列表可供我参考?在 Toolbar documentation section.

中加入 table 真的很有帮助

列表supported formats

带有所有工具栏选项的 HTML 的 example