We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5862c12 commit 27ac4dbCopy full SHA for 27ac4db
1 file changed
src/core/handlers/mermaid.ts
@@ -454,7 +454,6 @@ mermaid.initialize(${JSON.stringify(mermaidOpts)});
454
0,
455
);
456
warning(error.message);
457
- console.log("");
458
return await makeDefault();
459
} else {
460
if (isRevealjsOutput(handlerContext.options.context.format.pandoc)) {
@@ -467,7 +466,6 @@ mermaid.initialize(${JSON.stringify(mermaidOpts)});
467
466
468
469
470
471
}
472
return await makeJs();
473
0 commit comments