Merge pull request #2540 from adunning/patch-3
Allow .adoc file extension for AsciiDoc.
This commit is contained in:
commit
46ff0e988a
1 changed files with 1 additions and 0 deletions
|
@ -1010,6 +1010,7 @@ defaultWriterName x =
|
|||
".epub" -> "epub"
|
||||
".org" -> "org"
|
||||
".asciidoc" -> "asciidoc"
|
||||
".adoc" -> "asciidoc"
|
||||
".pdf" -> "latex"
|
||||
".fb2" -> "fb2"
|
||||
".opml" -> "opml"
|
||||
|
|
Loading…
Reference in a new issue