add splitToDefaultListItem command, fix #3

This commit is contained in:
Philipp Kühn
2018-09-04 13:42:02 +02:00
parent 6cc11283b5
commit b9ee8e9a28
3 changed files with 77 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ import {
import markInputRule from './commands/markInputRule'
import removeMark from './commands/removeMark'
import splitToDefaultListItem from './commands/splitToDefaultListItem'
import toggleBlockType from './commands/toggleBlockType'
import toggleList from './commands/toggleList'
import updateMark from './commands/updateMark'
@@ -85,6 +86,7 @@ export {
// custom
markInputRule,
removeMark,
splitToDefaultListItem,
toggleBlockType,
toggleList,
updateMark,