Merge branch 'main' of https://github.com/ueberdosis/tiptap
This commit is contained in:
@@ -78,7 +78,7 @@ export const Code = Mark.create<CodeOptions>({
|
||||
|
||||
addPasteRules() {
|
||||
return [
|
||||
markPasteRule(inputRegex, this.type),
|
||||
markPasteRule(pasteRegex, this.type),
|
||||
]
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user