From 6c27e5f2c16e76a3b2cb053274627df87dd95f55 Mon Sep 17 00:00:00 2001 From: Andrew Dunning Date: Mon, 9 Nov 2015 09:38:12 -0500 Subject: Remove redundant `center` variable for reveal.js. This is no longer needed with the updates to the template in https://github.com/jgm/pandoc-templates/commit/da139313d2e2ba99f4d31be6ea376dabf8c877ff --- src/Text/Pandoc/Writers/HTML.hs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Text/Pandoc/Writers') diff --git a/src/Text/Pandoc/Writers/HTML.hs b/src/Text/Pandoc/Writers/HTML.hs index 512638a0e..fb52256b3 100644 --- a/src/Text/Pandoc/Writers/HTML.hs +++ b/src/Text/Pandoc/Writers/HTML.hs @@ -193,9 +193,6 @@ pandocToHtml opts (Pandoc meta blocks) = do defField "revealjs-url" ("reveal.js" :: String) $ defField "s5-url" ("s5/default" :: String) $ defField "html5" (writerHtml5 opts) $ - defField "center" (case lookupMeta "center" meta of - Just (MetaBool False) -> False - _ -> True) $ metadata return (thebody, context) -- cgit v1.2.3