From 07105ccbfff3e922d7abe3b85e1d7da740f0ecec Mon Sep 17 00:00:00 2001 From: Evan Silberman Date: Thu, 26 Dec 2024 22:09:12 -0800 Subject: Make pod the default reader for .pod/.pl/.pm --- src/Text/Pandoc/Format.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/Text/Pandoc/Format.hs b/src/Text/Pandoc/Format.hs index 8182002c4..3dfc0ce37 100644 --- a/src/Text/Pandoc/Format.hs +++ b/src/Text/Pandoc/Format.hs @@ -208,6 +208,9 @@ formatFromFilePath x = ".opml" -> defFlavor "opml" ".org" -> defFlavor "org" ".pdf" -> defFlavor "pdf" -- so we get an "unknown reader" error + ".pl" -> defFlavor "pod" + ".pm" -> defFlavor "pod" + ".pod" -> defFlavor "pod" ".pptx" -> defFlavor "pptx" ".ris" -> defFlavor "ris" ".roff" -> defFlavor "ms" -- cgit v1.2.3