mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 14:59:27 +08:00
build: try to get demos working again
This commit is contained in:
parent
ee8cef6a81
commit
e90ac35b0e
3557
package-lock.json
generated
3557
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,4 @@
|
||||
import { Mark, mergeAttributes } from '@tiptap/core'
|
||||
import type { StyleParseRule } from '@tiptap/pm/model'
|
||||
|
||||
export interface SubscriptExtensionOptions {
|
||||
/**
|
||||
@ -61,7 +60,7 @@ export const Subscript = Mark.create<SubscriptExtensionOptions>({
|
||||
// If it falls through we’ll match, and this mark will be applied.
|
||||
return null
|
||||
},
|
||||
} satisfies StyleParseRule,
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
import { Mark, mergeAttributes } from '@tiptap/core'
|
||||
import type { StyleParseRule } from '@tiptap/pm/model'
|
||||
|
||||
export interface SuperscriptExtensionOptions {
|
||||
/**
|
||||
@ -61,7 +60,7 @@ export const Superscript = Mark.create<SuperscriptExtensionOptions>({
|
||||
// If it falls through we’ll match, and this mark will be applied.
|
||||
return null
|
||||
},
|
||||
} satisfies StyleParseRule,
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user