Allow .adoc file extension for AsciiDoc.

`.adoc` is the extension recommended at <http://asciidoctor.org/docs/asciidoc-writers-guide/>.
This commit is contained in:
Andrew Dunning 2015-11-16 13:37:13 -05:00
parent 74cf52728e
commit ec0a22746b

View file

@ -1010,6 +1010,7 @@ defaultWriterName x =
".epub" -> "epub"
".org" -> "org"
".asciidoc" -> "asciidoc"
".adoc" -> "asciidoc"
".pdf" -> "latex"
".fb2" -> "fb2"
".opml" -> "opml"