@editora/plugins 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -453,7 +453,6 @@ const blogPlugins = [
453
453
  createBoldPlugin(),
454
454
  createItalicPlugin(),
455
455
  createHeadingPlugin({ levels: [1, 2, 3] }),
456
- createParagraphPlugin(),
457
456
  createLinkPlugin({ targetBlank: true }),
458
457
  createImagePlugin({
459
458
  upload: uploadImage,