Code Block
Display Shiki highlighted code blocks
Code blocks are rendered through the default MDX pre component.
export function greet(name: string) {
console.log(`Hello, ${name}!`);
}/** @type {import('next').NextConfig} */
const config = {
reactStrictMode: true,
};
export default config;Package managers
npm i fumadocs-core fumadocs-ui