Skip to content

Commit 07105cc

Browse files
silbyjgm
authored andcommitted
Make pod the default reader for .pod/.pl/.pm
1 parent c4716d4 commit 07105cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Text/Pandoc/Format.hs

+3
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ formatFromFilePath x =
208208
".opml" -> defFlavor "opml"
209209
".org" -> defFlavor "org"
210210
".pdf" -> defFlavor "pdf" -- so we get an "unknown reader" error
211+
".pl" -> defFlavor "pod"
212+
".pm" -> defFlavor "pod"
213+
".pod" -> defFlavor "pod"
211214
".pptx" -> defFlavor "pptx"
212215
".ris" -> defFlavor "ris"
213216
".roff" -> defFlavor "ms"

0 commit comments

Comments
 (0)