React Quill Custom Ordered列表

时间:2017-12-05 22:24:42

标签: javascript reactjs quill

是否可以在反应羽毛笔中制作自定义有序列表,其中第一级是大写字母,第二级是小写罗马数字。 e.g。

A. first level
   i. second level
   ii. second level

1 个答案:

答案 0 :(得分:0)

当然,只需覆盖默认的羽毛笔样式

.ql-editor li {
 // your custom styles here
}
相关问题