Code Block
Adding code blocks to your docs
import createMDX from 'fumadocs-mdx/config';
const withMDX = createMDX();
/** @type {import('next').NextConfig} */
const config = {
reactStrictMode: true,
};
export default withMDX(config);Display code blocks, added by default.
- Copy button
- Custom titles and icons
MkSaaS Docs