zenoamaro/react-quill

Documentation error

Open

#355 创建于 2018年4月15日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)JavaScript (860 fork)batch import
documentationgood first issue

仓库指标

Star
 (6,238 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

The README.md says:

Custom formats should not be included in the array as of version 1.0.0. Instead they should be created through Parchment and registered with the module's Quill export.

However, when I don’t include the blot names for my custom Parchment blots in the formats array, the styles aren’t applied in the Quill editor. When I do include these custom names, everything works. (react-quill 1.1.0)

贡献者指南