module.exports = { paragraph: (node) => `

${node.getContent()}

`, document: (node) => ` ${node.getContent()} `, image: (node) => `
` }