mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
allow HTML in mnemosyne import (#774)
This commit is contained in:
parent
bf1af126b0
commit
e8e1bd9550
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ class MnemosyneImporter(NoteImporter):
|
|||
|
||||
needMapper = False
|
||||
update = False
|
||||
allowHTML = True
|
||||
|
||||
def run(self):
|
||||
db = DB(self.file)
|
||||
|
|
Loading…
Reference in a new issue