We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e17b1fb commit ed1647fCopy full SHA for ed1647f
1 file changed
src/index.ts
@@ -18,7 +18,7 @@ const __dirname = path.dirname(fileURLToPath(import.meta.url));
18
const TEMPLATE_DIR = path.resolve(__dirname, "../templates");
19
20
// Configure marked for terminal rendering
21
-marked.use(TerminalRenderer() as any);
+marked.use({ renderer: new TerminalRenderer() as any });
22
23
/** Render markdown content for terminal display */
24
function renderMarkdown(text: string): string {
0 commit comments