From 064128305e5e1a99d20afa62331c7a3bdf566c8a Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sun, 20 Jan 2013 09:35:39 +0100 Subject: Update to use pandoc 1.9 --- web/site.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/site.hs') diff --git a/web/site.hs b/web/site.hs index 8ff1712..45e6519 100644 --- a/web/site.hs +++ b/web/site.hs @@ -43,7 +43,7 @@ main = hakyllWith config $ do -- Tutorials match "tutorials/*" $ do route $ setExtension "html" - compile $ pandocCompilerWith defaultHakyllParserState withToc + compile $ pandocCompilerWith def withToc >>= loadAndApplyTemplate "templates/tutorial.html" defaultContext >>= loadAndApplyTemplate "templates/default.html" defaultContext >>= relativizeUrls -- cgit v1.2.3