Export HTMLSlideVariant in Text.Pandoc.
This commit is contained in:
parent
2253c8ef65
commit
a3051b8acb
2 changed files with 2 additions and 1 deletions
|
@ -91,6 +91,7 @@ module Text.Pandoc
|
|||
, writeEPUB
|
||||
-- * Writer options used in writers
|
||||
, WriterOptions (..)
|
||||
, HTMLSlideVariant (..)
|
||||
, HTMLMathMethod (..)
|
||||
, defaultWriterOptions
|
||||
-- * Rendering templates and default templates
|
||||
|
|
|
@ -32,7 +32,7 @@ module Main where
|
|||
import Text.Pandoc
|
||||
import Text.Pandoc.Writers.S5 (s5HeaderIncludes)
|
||||
import Text.Pandoc.Shared ( tabFilter, ObfuscationMethod (..), readDataFile,
|
||||
headerShift, HTMLSlideVariant(..) )
|
||||
headerShift )
|
||||
#ifdef _HIGHLIGHTING
|
||||
import Text.Pandoc.Highlighting ( languages )
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue