import { marked } from 'marked' /** * * * */ export default function parseMarkdown(value) { return marked.parse(value) }