Skip to content

Commit

Permalink
Make pod the default reader for .pod/.pl/.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
silby authored and jgm committed Dec 27, 2024
1 parent c4716d4 commit 07105cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Text/Pandoc/Format.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 07105cc

Please sign in to comment.