-
Hi ! Thanks for this neat tool !
I'd like to use it to do some transclusion of Mdx files, some of which I would like to manage as individual npm packages.
My understanding of the comment below i…
-
- `mdx-bundler` version: 4.0.0
- `node` version: 14.16.1
- `yarn` version: 1.22.10
## Relevant code
```js
const result = await bundleMDX(markdownSource, {
cwd: path.join(process.cwd(),…
-
I'm trying to test this plugin locally but I'm getting an error.
## Current Behavior
```bash
node_modules/esbuild/lib/main.js:869:33: error: [plugin: esbuild-xdm] Cannot read property 'start' of…
-
- `mdx-bundler` version: 3.2.1
- `node` version: 14.13.1
- `npm` version: 6.14.8
Relevant code or config
```js
import { matter } from 'mdx-bundler'
import readingTime from 'reading-time'…
-
Any ideas on how to type the components prop? I've got https://github.com/kentcdodds/mdx-bundler/blob/dcae7709a15f3cc3d423784cd997d7e05e1d19d0/src/client.ts#L6 and need to add the components prop to t…
-
---
### Initial checklist
* [x] I read the support docs
* [x] I read the contributing guide
* [x] I agree to follow the code of conduct
* [x] I searched issues and couldn’t fin…
-
While testing the plugin locally, I tried replacing the CSS class name with Tailwind CSS classes but it didn't work.
For example:
https://github.com/timlrx/rehype-prism-plus/blob/7a6e7cd994947eda…
-
Hi, thank you so much for the awesome package.
I am practicing with the very basic example that is there in the README file.
Here is the code I am using:
```
import { serialize } from "next…
-
- `mdx-bundler` version: 3.4.1
- `node` version: 15.5
- `npm` version: 7.3.0
Relevant code or config
```js
import { bundleMDX } from "mdx-bundler";
import {getMDXComponent} from 'mdx-bundler…
-
- `mdx-bundler` version: ^3.4.0
- `node` version: v15.14.0
- `npm` version: 7.7.6
Relevant code or config
-
What you did: Use mdx-bundler to use react components to mdx within a Next apl…