Merge branch 'master' into markdown-paste

This commit is contained in:
Philipp Kühn
2019-02-01 17:56:22 +01:00
committed by GitHub
5 changed files with 35 additions and 5 deletions

View File

@@ -40,6 +40,7 @@ import {
import insertText from './commands/insertText'
import markInputRule from './commands/markInputRule'
import nodeInputRule from './commands/nodeInputRule'
import pasteRule from './commands/pasteRule'
import markPasteRule from './commands/markPasteRule'
import removeMark from './commands/removeMark'
@@ -93,6 +94,7 @@ export {
insertText,
markInputRule,
markPasteRule,
nodeInputRule,
pasteRule,
removeMark,
replaceText,