[BREAKING CHANGE] change the default document type to doc
This commit is contained in:
@@ -8,7 +8,7 @@ import Text from '@tiptap/extension-text'
|
||||
describe('generateHTML', () => {
|
||||
it('generate HTML from JSON without an editor instance', () => {
|
||||
const json = {
|
||||
type: 'document',
|
||||
type: 'doc',
|
||||
content: [{
|
||||
type: 'paragraph',
|
||||
content: [{
|
||||
|
||||
Reference in New Issue
Block a user