From 447ddb6cfb1705a2d100f99b1cc7eb6ef562f822 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 12 Oct 2013 21:25:58 -0700 Subject: Don't look for template for .fb2 or .sable. --- src/Text/Pandoc/Templates.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Text/Pandoc/Templates.hs b/src/Text/Pandoc/Templates.hs index 7f744c7e1..e2da2aff7 100644 --- a/src/Text/Pandoc/Templates.hs +++ b/src/Text/Pandoc/Templates.hs @@ -127,6 +127,8 @@ getDefaultTemplate user writer = do case format of "native" -> return $ Right "" "json" -> return $ Right "" + "sable" -> return $ Right "" + "fb2" -> return $ Right "" "docx" -> return $ Right "" "odt" -> getDefaultTemplate user "opendocument" "markdown_strict" -> getDefaultTemplate user "markdown" -- cgit v1.2.3