aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2026-01-03 11:22:40 -0500
committerJohn MacFarlane <[email protected]>2026-01-03 11:22:40 -0500
commit60369fd353f934b8cae269919bd27c70bb28309d (patch)
tree450f5be09387c741a49e3b63da33fe5cd4aa9d15
parent91f6d08beaa7742d1e0188a716eedd938e78cc9d (diff)
Remove redundant check for asciidoc in UnknownReader.
-rw-r--r--src/Text/Pandoc/Error.hs1
1 files changed, 0 insertions, 1 deletions
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 <>