mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 10:16:32 +00:00
Templates: don't import/export varListToJSON.
We'll be removing that in doctemplates 0.3.
This commit is contained in:
@@ -23,7 +23,7 @@ import Data.Aeson (ToJSON (..))
|
||||
import qualified Data.Text as T
|
||||
import System.FilePath ((<.>), (</>))
|
||||
import Text.DocTemplates (Template, applyTemplate,
|
||||
compileTemplate, renderTemplate, varListToJSON)
|
||||
compileTemplate, renderTemplate)
|
||||
import Text.Pandoc.Class (PandocMonad, readDataFile)
|
||||
import Text.Pandoc.Error
|
||||
import qualified Text.Pandoc.UTF8 as UTF8
|
||||
|
||||
Reference in New Issue
Block a user