mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -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
|
needMapper = False
|
||||||
update = False
|
update = False
|
||||||
|
allowHTML = True
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
db = DB(self.file)
|
db = DB(self.file)
|
||||||
|
|
Loading…
Reference in a new issue