import Nast from 'notajs-types/nast' import { CSS, NAST_BLOCK_TYPES } from '../constants' import { renderChildren, renderColor, renderTitle } from '../render-utils' function renderText(node: Nast.Text, renderNext: Function) { let blockColorClass = node.color ? renderColor(node.color) : '' let content = `\