@studiocms/mdx
此内容尚不支持你的语言。
Introduction
Section titled “Introduction”This plugin enables MDX Support within StudioCMS.
This plugin requires the @studiocms/md plugin.
Installation
Section titled “Installation”-
Install the package using the following command:
终端窗口 npm run studiocms add @studiocms/mdx终端窗口 pnpm run studiocms add @studiocms/mdx终端窗口 yarn run studiocms add @studiocms/mdx -
Your StudioCMS config should now include
@studiocms/mdx:studiocms.config.mjs import { defineStudioCMSConfig } from 'studiocms/config';import mdx from '@studiocms/mdx';export default defineStudioCMSConfig({plugins: [mdx(),],});