added markdown handler for marks
This commit is contained in:
@@ -41,6 +41,7 @@ import {
|
||||
import insertText from './commands/insertText'
|
||||
import markInputRule from './commands/markInputRule'
|
||||
import pasteRule from './commands/pasteRule'
|
||||
import markPasteRule from './commands/markPasteRule'
|
||||
import removeMark from './commands/removeMark'
|
||||
import replaceText from './commands/replaceText'
|
||||
import setInlineBlockType from './commands/setInlineBlockType'
|
||||
@@ -91,6 +92,7 @@ export {
|
||||
// custom
|
||||
insertText,
|
||||
markInputRule,
|
||||
markPasteRule,
|
||||
pasteRule,
|
||||
removeMark,
|
||||
replaceText,
|
||||
|
||||
Reference in New Issue
Block a user