/** @jsx h */ import h from '../../helpers/h' export const schema = { marks: { bold: 'bold', } } export const state = ( onetwothree ) export const output = `
one two three
`.trim()