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"
|
".epub" -> "epub"
|
||||||
".org" -> "org"
|
".org" -> "org"
|
||||||
".asciidoc" -> "asciidoc"
|
".asciidoc" -> "asciidoc"
|
||||||
|
".adoc" -> "asciidoc"
|
||||||
".pdf" -> "latex"
|
".pdf" -> "latex"
|
||||||
".fb2" -> "fb2"
|
".fb2" -> "fb2"
|
||||||
".opml" -> "opml"
|
".opml" -> "opml"
|
||||||
|
|
Loading…
Reference in a new issue