added markdown handler for marks

This commit is contained in:
Chrissi2812
2019-01-31 15:07:55 +01:00
parent 8d44a4c6fc
commit 983643f789
2 changed files with 59 additions and 0 deletions

View File

@@ -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,