-
### Subject of the issue
Per https://mdxjs.com/advanced/api#compiler, I should be able to access the compiler like this:
```js
const { createCompiler } = require('@mdx-js/mdx')
```
However…
-
### Subject of the issue
Describe your issue here.
This is *not* a place to ask questions. For that, go to [Spectrum](https://spectrum.chat/mdx)
### Your environment
* **OS**: Windo…
-
In .storybook/main.js:
```js
// add mdx support
// @see https://mdxjs.com/getting-started/webpack
withVulcan.module.rules.push({
test: /\.mdx?$/,
use: ["babel-loader", "@…
-
### Subject of the issue
Styling doesn't work if you use `next/link` in `.mdx` file without adding any normal words before `
-
In-App-Navigation lässt noch zu wünschen übrig...
Unterschiedliche Header-Navs? --> requires redirect after login
zB: Team-Trainings | Solo-Trainings | Hilfe | Account
Unterschiedliche Reach.Rout…
-
### Not Working with Preset Styles
when initiates eslint with one of the preset styles: google, standard or airbnb, eslint-mdx seems to conflict with the preset style.
### Your environment
…
-
I am trying to publish a blog. I made all the suggested changes in my fork repository.
I build the site locally for testing purposes and found out that table is not rendered.
Fork repo: [Link](h…
-
Hello,
I would like to use this function to make my own blog with mathematics expression.
But I do not know how to add the code of MathJax plugin. (It may be unrelated issue.)
Thanks
P.S.
I re…
-
### Subject of the issue
I'm using `` from "next/head" to set page titles. It works well on my normal`.tsx` pages. But in `.mdx` pages, the title is only set for a split second when loading the…
-
### Problem
Currently (please correct me if I'm wrong), the only way to include JS syntax inside an MDX file is to preface that code with either the `import` or `export` keywords - and as such,…