We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6358f42 commit a2f2746Copy full SHA for a2f2746
src/core/handlers/base.ts
@@ -461,7 +461,6 @@ export const baseHandler: LanguageHandler = {
461
handlerContext: LanguageCellHandlerContext,
462
cells: QuartoMdCell[],
463
): Promise<MappedString[]> {
464
- console.log(handlerContext);
465
this.documentStart(handlerContext);
466
const mermaidExecute =
467
handlerContext.options.format.mergeAdditionalFormats!(
src/core/handlers/mermaid.ts
@@ -81,7 +81,6 @@ object:
81
cell: QuartoMdCell,
82
options: Record<string, unknown>,
83
) {
84
- console.log(options);
85
const cellContent = handlerContext.cellContent(cell);
86
// TODO escaping removes MappedString information.
87
// create puppeteer target page
0 commit comments