Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Darginec05 committed May 16, 2024
1 parent fb14b0a commit 952bd93
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions packages/plugins/paragraph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,26 +28,13 @@ const Editor = () => {

```js
const Paragraph = new YooptaPlugin({
type: 'Paragraph',
elements: {
paragraph: {
render: ParagraphRender,
},
},
options: {
display: {
title: 'Text',
description: 'Start writing plain text.',
},
shortcuts: ['p', 'text'],
},
parsers: {
html: {
deserialize: {
nodeNames: ['P'],
},
},
},
});
```

Expand Down

0 comments on commit 952bd93

Please sign in to comment.