Closed
Description
Describe your proposed improvement and the problem it solves.
$ pandoc hello.adoc -t hello.html
Unknown input format asciidoc
Pandoc can write asciidoc, but cannot read it. It's confusing that the error message says the asciidoc format is "unknown" to pandoc. Could the message be altered to say "asciidoc is supported only as an output format, not for input" or something similar?
Describe alternatives you've considered.
Leave the error message as is.