How do you use this with Meteor & config options? #1570
-
Hi, I am making use of this Meteor package, apollinaire:mdx which gives the ability to import MDX files using this library. Unfortunately this package doesn't support the passing of options, so I'm trying to hardcode it in, as I require LaTeX support through the I tried passing in the necessary config options in this line but when I console log In package.json, I have passed in the necessary dependencies so that it's aware of said packages. I tried to But when I pass the config options in as such:
And when I log Just for sanity's sake - it's not the CSS that's being messed up, the Math is just contained within How should I be setting this up correctly? For more information:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
What version of MDX and remark math are you using? |
Beta Was this translation helpful? Give feedback.
What version of MDX and remark math are you using?
MDX 1 needs remark-math <4.
MDX 2 needs remark-math >=4.