import Markdown from "react-markdown"; export default function NodeDocumentation(props: any) { if (!props.doc) return null; return (