import Markdown from "marked-react"; return ( <div> <Markdown># I'm not even supposed to be here</Markdown> </div> );