Skip to content

Commit

Permalink
Merge pull request #3292 from nextcloud/feature/commonmark-0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Oct 24, 2022
2 parents 1e0c987 + 79d75a3 commit 74b68b5
Show file tree
Hide file tree
Showing 4 changed files with 2,008 additions and 1,980 deletions.
2 changes: 1 addition & 1 deletion src/tests/createEditor.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Editor } from '@tiptap/core'
import Document from '@tiptap/extension-document'
import Paragraph from '@tiptap/extension-paragraph'
import Paragraph from '../../src/nodes/Paragraph'
import Text from '@tiptap/extension-text'

export default function({ content, extensions }) {
Expand Down
Loading

0 comments on commit 74b68b5

Please sign in to comment.