/** @jsx h */ import h from '../helpers/h' export const config = { rules: [ { deserialize(el, next) { return { object: 'block', type: 'paragraph', } }, }, { deserialize(el, next) { return { object: 'block', type: 'quote', } }, }, ], } export const input = `
one
`.trim() export const output = (