PowerPoint writer: Obey slide level option

This commit is contained in:
Jesse Rosenthal 2017-12-28 07:47:07 -05:00
parent bbf1192b86
commit 52a4cf6699

View file

@ -86,6 +86,9 @@ writePowerpoint opts (Pandoc meta blks) = do
, envDistArchive = distArchive
, envUTCTime = utctime
, envOpts = opts
, envSlideLevel = case writerSlideLevel opts of
Just n -> n
Nothing -> 2
}
runP env def $ do pres <- blocksToPresentation blks'
archv <- presentationToArchive pres