-
Hi there!
- `mdx-bundler` version: 6.0.1
- `node` version: 16.8.0
- `yarn` version: 1.22.11
This might very well be my mistake, but since switching from `mdx-remote` to `mdx-bundler` I can no …
-
Happy to submit a PR for this, affects versions 7-8 at least, node 14+. You can see it when running `yarn site` in
What you did:
Set up next.js + mdx-bundler.
What happened:
```
erro…
natew updated
2 years ago
-
- `mdx-bundler` version: 8.0.1
- `node` version: 17.4.0
- `yarn` version: 1.22.15
Relevant code or config
```js
const Post = ({ code, frontmatter }) => {
const Component = useMemo(() => ge…
-
Hello, I'm in the process of replacing my current obsidian publish with flowershow.
I will be using https://github.com/danymat/Brain for my ZK directory.
After installing flowershow, i'm trying to…
-
Hi! This is my first time using mdx-bundler, and I wasn't sure where else to ask for help.
My goal is to extract table of contents from the document. I see that there's a plugin (rehype-toc) that g…
-
- `mdx-bundler` version: 8.0.1
- `node` version: 16.13.2
- `npm` version: 8.1.2
When the source mdx imports something from `node_modules`:
```mdx
import Ipsum from "lorem/ipsum"
# Hello
…
-
- [x] Check if updating to the latest Preact version resolves the issue
## Package subpath './compat/jsx-runtime.js' is not defined by "exports" in preact/package.json
I'm using preact in next js …
-
- `mdx-bundler` version: v9.0.1
- `node` version: v18.2.0
- `npm` version: v8.9.0
**Relevant code or config:**
```ts
// next.config.mjs
export default {
"pageExtensions": ["js", "jsx",…
-
# 先附上网址,求star
https://www.handsome-css.com
初衷就是做点东西,然后好玩。
#handsome-css的主要结构
1、mdx markdown文件(主要是title、html、css三部分)
2、mdx-bundler,使用mdx-bundler解析,获得css和html
3、渲染
## 解析mdx
```
export async…
-
First off, thanks for the amazing work you’ve put into this. `mdx-bundler` makes the authoring experience so much better.
I’d like to better understand when I need to pass in the `files` option to …