diff --git a/src/Text/Pandoc/App/CommandLineOptions.hs b/src/Text/Pandoc/App/CommandLineOptions.hs index 314bd22db..78c433b82 100644 --- a/src/Text/Pandoc/App/CommandLineOptions.hs +++ b/src/Text/Pandoc/App/CommandLineOptions.hs @@ -1380,7 +1380,7 @@ handleUnrecognizedOption x = mathMethods :: [Text] mathMethods = ["plain", "mathml", "webtex", "mathjax", "katex", "gladtex"] - + readersNames :: [Text] readersNames = sort (map fst (readers :: [(Text, Reader PandocIO)]))