export function parseBlock(text: string) { return `
${text.slice(1)}
` }