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