/** @jsx jsx */ import { jsx } from 'slate-hyperscript' export const input = word export const output = [ { text: 'word', }, ]