@studiocms/markdoc
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
Introduction
Section titled “Introduction”This plugin enables MarkDoc support within StudioCMS.
This plugin requires the @studiocms/md plugin.
Installation
Section titled “Installation”-
Install the package using the following command:
Terminal-Fenster npm run studiocms add @studiocms/markdocTerminal-Fenster pnpm run studiocms add @studiocms/markdocTerminal-Fenster yarn run studiocms add @studiocms/markdoc -
Your StudioCMS config should now include
@studiocms/markdoc:studiocms.config.mjs import { defineStudioCMSConfig } from 'studiocms/config';import markdoc from '@studiocms/markdoc';export default defineStudioCMSConfig({plugins: [markdoc(),],});