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 Oct 19, 2017
1 parent ffd2155 commit 316db8f
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 316db8f

Please sign in to comment.