Merge branch 'main' into feature/remove-replace-commands
This commit is contained in:
@@ -73,7 +73,7 @@ export const HorizontalRule = Node.create<HorizontalRuleOptions>({
|
||||
|
||||
addInputRules() {
|
||||
return [
|
||||
nodeInputRule(/^(?:---|\—-|___\s|\*\*\*\s)$/, this.type),
|
||||
nodeInputRule(/^(?:---|—-|___\s|\*\*\*\s)$/, this.type),
|
||||
]
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user