Can Markdown be used within Gatsby custom components?
Following the guide at https://using-remark.gatsbyjs.org/custom-components/ , I have been able to implement custom components I use throughout my Gatsby site.
Most components include injecting inner content within (eg. render() { return (<div>{this....