diff --git a/src/Text/Pandoc/Error.hs b/src/Text/Pandoc/Error.hs index 373871ceba6b..f9c9aea8db0f 100644 --- a/src/Text/Pandoc/Error.hs +++ b/src/Text/Pandoc/Error.hs @@ -124,6 +124,7 @@ 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 <>