Export HTMLSlideVariant in Text.Pandoc.

This commit is contained in:
John MacFarlane 2010-07-22 17:12:39 -07:00
parent 2253c8ef65
commit a3051b8acb
2 changed files with 2 additions and 1 deletions

View file

@ -91,6 +91,7 @@ module Text.Pandoc
, writeEPUB
-- * Writer options used in writers
, WriterOptions (..)
, HTMLSlideVariant (..)
, HTMLMathMethod (..)
, defaultWriterOptions
-- * Rendering templates and default templates

View file

@ -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