fix: fix regex modifier for input rules and paste rules, fix #2003

This commit is contained in:
Philipp Kühn
2021-10-10 21:27:37 +02:00
parent 9d281e9e99
commit 65eddf0e78
6 changed files with 15 additions and 15 deletions

View File

@@ -23,7 +23,7 @@ declare module '@tiptap/core' {
}
}
export const inputRegex = /^\s*>\s$/gm
export const inputRegex = /^\s*>\s$/
export const Blockquote = Node.create<BlockquoteOptions>({