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.
quarto pandoc
1 parent a76b043 commit 138768dCopy full SHA for 138768d
src/quarto.ts
@@ -119,7 +119,7 @@ export async function quarto(
119
await checkReconfiguration();
120
checkVersionRequirement();
121
if (args[0] === "pandoc" && args[1] !== "help") {
122
- await passThroughPandoc(args.slice(1), env);
+ await passThroughPandoc(args, env);
123
}
124
if (args[0] === "typst") {
125
await passThroughTypst(args, env);
0 commit comments