Skip to content

Commit

Permalink
pass selected output format when rendering notebook (fixes #1631)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcphers committed Nov 16, 2017
1 parent 881134b commit 1fe4042
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -243,7 +243,7 @@ private void renderNotebookv2WithDialog(final DocUpdateSentinel sourceDoc)
@Override
public void execute(CompileNotebookv2Options input)
{
renderNotebookv2(sourceDoc, null, input.getFormat());
renderNotebookv2(sourceDoc, input.getFormat(), null);

// save options for this document
HashMap<String, String> changedProperties
Expand Down

0 comments on commit 1fe4042

Please sign in to comment.