jxnblk / mdx-deck

♠️ React MDX-based presentation decks
https://mdx-deck.jxnblk.com
MIT License
11.32k stars 605 forks source link

updated to allow mdx options #745

Closed mvarble closed 4 years ago

mvarble commented 4 years ago

I need extensibility for the mdx compiler in the gatsby-theme-mdx-deck plugin. This way, I can use remark/rehype plugins for katex, etc. To allow for this, I added an mdxOptions key to the config of this plugin, and I thought it would benefit others.