Add 'asciidoc' to the ASCIIDoc possible extensions

This commit is contained in:
woshilapin 2013-11-05 18:00:07 +01:00
commit 3b4dad470c

View file

@ -334,7 +334,7 @@ class AsciiDocReader(BaseReader):
"""Reader for AsciiDoc files"""
enabled = bool(asciidoc)
file_extensions = ['asc']
file_extensions = ['asc', 'asciidoc']
default_options = ["--no-header-footer", "-a newline=\\n"]
def read(self, source_path):