-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
Description
Describe your proposed improvement and the problem it solves.
Pandoc contains a table mapping file name extensions to file formats in FormatHeuristics.hs
, but doesn't seem to export it. Could an official, exported mapping be added?
Describe alternatives you've considered.
We currently maintain our own mapping in pandoc-tar
. Our mapping is bidirectional; it would be nice if the official one were as well.