From 60369fd353f934b8cae269919bd27c70bb28309d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 3 Jan 2026 11:22:40 -0500 Subject: Remove redundant check for asciidoc in UnknownReader. --- src/Text/Pandoc/Error.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Text/Pandoc/Error.hs b/src/Text/Pandoc/Error.hs index 15dab4b09..b52573177 100644 --- a/src/Text/Pandoc/Error.hs +++ b/src/Text/Pandoc/Error.hs @@ -123,7 +123,6 @@ renderError e = "\nTry using Word to save your DOC file as DOCX," <> " and convert that with pandoc." "pdf" -> "\nPandoc can convert to PDF, but not from PDF." - "asciidoc" -> "\nPandoc can convert to asciidoc, but not from asciidoc." _ -> "" PandocUnknownWriterError w -> "Unknown output format " <> w <> -- cgit v1.2.3