Merge branch 'main' into feature/remove-replace-commands

This commit is contained in:
Philipp Kühn
2021-05-05 18:37:10 +02:00
9 changed files with 34 additions and 7 deletions

View File

@@ -73,7 +73,7 @@ export const HorizontalRule = Node.create<HorizontalRuleOptions>({
addInputRules() {
return [
nodeInputRule(/^(?:---|\—-|___\s|\*\*\*\s)$/, this.type),
nodeInputRule(/^(?:---|—-|___\s|\*\*\*\s)$/, this.type),
]
},
})