Merge pull request #1380 from akirarika/main

This commit is contained in:
Philipp Kühn 2021-05-26 11:26:41 +02:00 committed by GitHub
commit c690629502
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ export const Strike = Mark.create<StrikeOptions>({
addPasteRules() {
return [
markPasteRule(inputRegex, this.type),
markPasteRule(pasteRegex, this.type),
]
},
})