Skip to content

Commit

Permalink
chore: putback file
Browse files Browse the repository at this point in the history
  • Loading branch information
nperez0111 committed Jun 18, 2024
1 parent a166f9a commit 62e5c1f
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions demos/src/Examples/CodeBlockLanguage/React/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,8 @@ export default () => {
addNodeView() {
return ReactNodeViewRenderer(CodeBlockComponent)
},
// addProseMirrorPlugins() {
// console.log('custom', this, this.parent)
// return [
// ...this.parent(),
// ]
// },
})
.configure({ lowlight })
.extend({
addProseMirrorPlugins() {
return [
...this.parent(),
]
},
}),
.configure({ lowlight }),
],
content: `
<p>
Expand Down

0 comments on commit 62e5c1f

Please sign in to comment.