/** @jsx h */ import React from 'react' import h from '../../helpers/h' export const schema = { marks: { bold: (props) => { return ( React.createElement('strong', {}, props.children) ) } } } export const state = ( onetwothree ) export const output = `