Skip to content

Instantly share code, notes, and snippets.

@chetanraj
Created October 19, 2020 12:02
Show Gist options
  • Save chetanraj/96c5d14bf126f5e345d1d882e50c7d85 to your computer and use it in GitHub Desktop.
Save chetanraj/96c5d14bf126f5e345d1d882e50c7d85 to your computer and use it in GitHub Desktop.
import RehypeReact from "rehype-react"
const renderAst = new RehypeReact({
createElement: React.createElement,
components: {
h1: Title,
p: Paragraph,
},
}).Compiler;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment