allow HTML in mnemosyne import (#774)
This commit is contained in:
parent
bf1af126b0
commit
e8e1bd9550
@ -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 New Issue
Block a user