/** @jsx h */ import React from 'react' import h from '../../helpers/h' export const schema = { nodes: { code: (props) => { return ( React.createElement('pre', props.attributes, React.createElement('code', {}, props.children) ) ) } } } export const state = ( word word word ) export const output = `
    
      
        word
      
    
  
    
      
        word
      
    
  
    
      
        word
      
    
  
`.trim()