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

View File

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