/** @jsx h */
import React from 'react'
import h from '../../helpers/h'
function Code(props) {
return React.createElement(
'pre',
props.attributes,
React.createElement('code', {}, props.children)
)
}
function renderNode(props, next) {
switch (props.node.type) {
case 'code':
return Code(props)
default:
return next()
}
}
export const props = {
renderNode,
}
export const value = (
word
word
word
word
word
word