Merge pull request #2506 from adunning/patch-1
Remove redundant `center` variable for reveal.js.
This commit is contained in:
commit
fdc81be7d2
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue