inline scripts

This commit is contained in:
Jacky Zhao
2023-06-03 15:07:19 -04:00
parent 29fc468ff1
commit fa8a4a6f52
19 changed files with 187 additions and 69 deletions

View File

@ -50,9 +50,6 @@ export async function parseMarkdown(processor: QuartzProcessor, baseDir: string,
}
}
if (verbose) {
console.log(`Parsed and transformed ${res.length} Markdown files in ${perf.timeSince()}`)
}
console.log(`Parsed and transformed ${res.length} Markdown files in ${perf.timeSince()}`)
return res
}