Merge pull request #2540 from adunning/patch-3

Allow .adoc file extension for AsciiDoc.
This commit is contained in:
John MacFarlane 2015-11-16 11:56:08 -08:00
commit 46ff0e988a

View file

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