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 9103011 commit 247513cCopy full SHA for 247513c
src/command/render/pandoc.ts
@@ -594,7 +594,7 @@ export async function runPandoc(
594
// or by the project as format extras
595
if (extras[kNotebooks]) {
596
const documentNotebooks = options.format.render[kNotebookView];
597
- // False means taht the user has explicitely disabled notebooks
+ // False means that the user has explicitely disabled notebooks
598
if (documentNotebooks !== false) {
599
const userNotebooks = documentNotebooks === true
600
? []
0 commit comments