Skip to content

Commit

Permalink
Text.Pandoc.Format: remove duplicate typst entry
Browse files Browse the repository at this point in the history
If .typ is typst, but .typ is also typst, which one wins?
  • Loading branch information
alerque committed Nov 15, 2024
1 parent 31e4fab commit 7ae6561
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Text/Pandoc/Format.hs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ formatFromFilePath x =
".text" -> defFlavor "markdown"
".textile" -> defFlavor "textile"
".tsv" -> defFlavor "tsv"
".typ" -> defFlavor "typst"
".txt" -> defFlavor "markdown"
".typ" -> defFlavor "typst"
".wiki" -> defFlavor "mediawiki"
Expand Down

0 comments on commit 7ae6561

Please sign in to comment.