/** @jsx jsx */ import { Editor } from 'slate' import { jsx } from '../..' import { cloneDeep } from 'lodash' export const run = editor => { editor.insertBreak() } export const input = ( on e two ) export const output = cloneDeep(input)