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