export const markedRenderer = { heading(text, level) { return ` ${text} ` } }