Skip to content

Commit

Permalink
fix: only load CodeBlock extension without CodeBlockLowlight
Browse files Browse the repository at this point in the history
Signed-off-by: Max <[email protected]>
  • Loading branch information
max-nextcloud committed Oct 24, 2024
1 parent 3b165c9 commit 3fc893a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/extensions/PlainText.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import { Extension } from '@tiptap/core'

/* eslint-disable import/no-named-as-default */
import CodeBlock from '@tiptap/extension-code-block'
import Text from '@tiptap/extension-text'
import PlainTextDocument from './../nodes/PlainTextDocument.js'

Expand All @@ -34,7 +33,6 @@ export default Extension.create({
return [
PlainTextDocument,
Text,
CodeBlock,
]
},

Expand Down

0 comments on commit 3fc893a

Please sign in to comment.