diff --git a/src/node/markdown/markdown.ts b/src/node/markdown/markdown.ts index 9ee94f68..be580265 100644 --- a/src/node/markdown/markdown.ts +++ b/src/node/markdown/markdown.ts @@ -62,7 +62,7 @@ export const createMarkdownRenderer = async ( base = '/', logger: Pick = console ): Promise => { - const theme = options.theme ?? 'material-theme-palenight' + const theme = options.theme ?? { light: 'github-light', dark: 'github-dark' } const hasSingleTheme = typeof theme === 'string' || 'name' in theme const md = MarkdownIt({