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 5878d00 commit 016c0bcCopy full SHA for 016c0bc
src/core/pandoc/pandoc-formats.ts
@@ -15,7 +15,8 @@ export const kYamlMetadataBlock = "yaml_metadata_block";
15
16
export async function pandocListFormats() {
17
const result = await execProcess({
18
- cmd: [pandocBinaryPath(), "--list-output-formats"],
+ cmd: pandocBinaryPath(),
19
+ args: ["--list-output-formats"],
20
stdout: "piped",
21
});
22
if (result.success) {
0 commit comments