UNPKG

@ckeditor/ckeditor5-paragraph

Version:

Paragraph feature for CKEditor 5.

18 lines (17 loc) 414 B
{ "plugins": [ { "name": "Paragraph", "className": "Paragraph", "description": "Enables support for adding paragraphs to your content.", "path": "src/paragraph.js", "htmlOutput": [ { "elements": "p", "implements": "$block", "_comment": "This element inherits all attributes, classes and styles that are allowed on the `<$block>` element by other features." } ] } ] }