Interface: MarkdownConfig
Properties
theme
optional
theme: BundledTheme | { light: BundledTheme; dark: BundledTheme }Syntax highlighting theme
lineNumbers
optional
lineNumbers: booleanShow line numbers in code blocks
anchor
optional
anchor: booleanEnable anchor links for headings
toc
optional
toc: { level?: [number, number] }Table of contents configuration
remarkPlugins
optional
remarkPlugins: unknown[]Remark plugins
rehypePlugins
optional
rehypePlugins: unknown[]Rehype plugins