Next.js
Markdoc plugin for Next.js
Install / Use
/learn @markdoc/Next.jsREADME
@markdoc/next.js
Note: this plugin will be treated as a beta version until
v1.0.0is released.
Using the @markdoc/next.js plugin allows you to create custom .md and .mdoc pages in your Next.js apps, and automatically render them with markdoc.
Setup
The first thing you'll need to do is install @markdoc/next.js and add it to your project's config.
-
From your project, run this command to install
@markdoc/next.js:npm install @markdoc/next.js @markdoc/markdoc -
Open
next.config.jsand add the following code:When using Webpack:
// next.config.js const withMarkdoc = require('@markdoc/next.js'); module.exports = withMarkdoc(/* options */)({ pageExtensions: ['js', 'md'], });For Turbopack support, add the following configuration:
// next.config.js module.exports = withMarkdoc({ dir: process.cwd(), // Required for Turbopack file resolution })({ pageExtensions: ['js', 'md'], }); -
Create a new Markdoc file in
pages/docsnamedgetting-started.md.pages ├── _app.js ├── docs │ └── getting-started.md ├── index.js -
Add some content to
getting-started.md:--- title: Get started with Markdoc description: How to get started with Markdoc --- # Get started with Markdoc
See our docs for more options.
Contributing
Contributions and feedback are welcomed and encouraged. Feel free to open PRs here, or open issues in the Markdoc core repo.
Follow these steps to set up the project:
- Run
npm install - Run
npm test
Code of conduct
This project has adopted the Stripe Code of conduct.
License
This project uses the MIT license.
Related Skills
node-connect
344.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
99.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
344.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
344.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
