diff options
| -rw-r--r-- | src/Text/Pandoc/App/FormatHeuristics.hs | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/Text/Pandoc/App/FormatHeuristics.hs b/src/Text/Pandoc/App/FormatHeuristics.hs index bdf8c6667..a2acfc6d6 100644 --- a/src/Text/Pandoc/App/FormatHeuristics.hs +++ b/src/Text/Pandoc/App/FormatHeuristics.hs @@ -74,7 +74,6 @@ formatFromFilePath x =      ".s5"       -> Just "s5"      ".t2t"      -> Just "t2t"      ".tei"      -> Just "tei" -    ".tei.xml"  -> Just "tei"      ".tex"      -> Just "latex"      ".texi"     -> Just "texinfo"      ".texinfo"  -> Just "texinfo" | 
