mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 14:53:06 +02:00
Add docx to the list ofebook extensions. Fixes #903452 ([enhancement] docx import)
This commit is contained in:
parent
7a7154f52f
commit
09b5ece8e7
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class ParserError(ValueError):
|
|||
'html', 'htmlz', 'xhtml', 'pdf', 'pdb', 'pdr', 'prc', 'mobi', 'azw', 'doc',
|
||||
'epub', 'fb2', 'djv', 'djvu', 'lrx', 'cbr', 'cbz', 'cbc', 'oebzip',
|
||||
'rb', 'imp', 'odt', 'chm', 'tpz', 'azw1', 'pml', 'pmlz', 'mbp', 'tan', 'snb',
|
||||
'xps', 'oxps', 'azw4', 'book', 'zbf', 'pobi']
|
||||
'xps', 'oxps', 'azw4', 'book', 'zbf', 'pobi', 'docx']
|
||||
|
||||
class HTMLRenderer(object):
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue