Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feature/rsw-vscode-pr…
Browse files Browse the repository at this point in the history
…eview
  • Loading branch information
jjallaire committed May 4, 2022
2 parents dddce7a + 29ffff9 commit b97db05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/command/render/pandoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ export async function runPandoc(
// provide alternate markdown template that actually prints the title block
if (
!allDefaults[kTemplate] && !havePandocArg(args, "--template") &&
!options.format.render["keep-yaml"] &&
allDefaults.to
) {
const formatDesc = parseFormatString(allDefaults.to);
Expand Down

0 comments on commit b97db05

Please sign in to comment.