zenoamaro/react-quill

Documentation error

Open

#355 opened on Apr 15, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (860 forks)batch import
documentationgood first issue

Repository metrics

Stars
 (6,238 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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)

Contributor guide