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