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