From 4bfd873b7908bb01fe3e164840b6ed7efdbcb83d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 28 Aug 2026 09:20:36 -0700 Subject: [PATCH] Whitespace fix. --- src/Text/Pandoc/App/CommandLineOptions.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)]))