import Markdown from "marked-react"; export const X = (props) => { debugger; return <Markdown>#### child {props.name}</Markdown>; };