-
## Maintainer List
_작업 및 활동을 활발히 하시거나, 도움을 많이 주시는 분들은 Maintainer로 모시겠습니다 🙋🏻♂️_
- @ChanghyeonYoon [연락처](https://changhyeon.net/contact)
**🎉[링크드인](https://www.linkedin.com/in/yooniversedev/) 친추 대 환영…
-
Hey, y'all 👋 with the redesign of the Node.js Website done. We're ready to move our efforts into revamping the design of the Node.js API docs and its build process.
We understand this is code owned…
-
### 这个功能解决了什么问题?
1. 如果支持``` txt使用组件,可以跟md更好结合,考虑一个场景,我用组件写了三个li,但是我希望它被``` sh包裹起来,但是目前的实现,就直接不会解析组件内的组件。
2. 支持解析组件内容,如果我在组件内返回一个文本,正常在md文件中写一串文本会被p标签包裹起来,但是组件如果返回文本不回被处理,但是问题在于,默认的主题对p进行了封装。
### 你期…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### What is the update you wish to see?
In the **Markdown and MDX** documentation pages, the example includes instructions to configure the `next.config.js` file. However, when creating a new App Rou…
-
Starting a new issue based on the discussion in #486, especially what @larrifax [mentioned](https://github.com/chromaui/chromatic-cli/issues/486#issuecomment-1004168690).
When I enable TurboSnap, C…
-
I'm trying to configure my blogs/docs using `contentlayer` in a Next.js project.
```
"next": "14.2.5",
"contentlayer": "^0.3.4",
"next-contentlayer": "^0.3.4",
```
When I run `yarn contentla…
-
Currently, this example is using the same tailwind setup as the https://github.com/supabase/supabase.
It would be better if this example didn't require a custom tailwind config and was more general…
-
### Describe the bug
Hello all.
I have a bunch of stories with mdx files, and when running locally everything works as expected. I can browse the custom docs from mdx and stories for the components…
-
```ts
const files = require.context(
// Look in the ./posts directory
"./posts",
// Include subdirectories
true,
// Only include files that end in .mdx
/\.js$/
);
```
Should …