UNPKG

quill

Version:

Your powerful, rich text editor

10 lines (5 loc) 218 B
import Parchment from 'parchment'; import Block, { BlockEmbed } from './block'; class Container extends Parchment.Container { } Container.allowedChildren = [Block, BlockEmbed, Container]; export default Container;