Anki/anki/importing
Jussi Maatta cdcd5eb651 Fix double newlines in items imported from SuperMemo.
When importing SuperMemo XML files, indicate to the BeautifulSoup
XML parser that the <br> tag is self-closing. This prevents it
from adding a matching </br> for every <br> tag. These extraneous
tags resulted in extra newlines in items imported from SuperMemo.

While we're at it, fix the same bug for a couple of other
self-closing HTML tags.
2014-01-26 10:06:53 +02:00
..
__init__.py support import of renamed .apkg files 2013-09-11 15:56:59 +09:00
anki1.py only duplicate notes with diff schema in anki1 import (#612) 2013-05-24 11:55:50 +09:00
anki2.py define standard encoding for unicode (#893) 2013-09-20 19:28:44 +09:00
apkg.py define standard encoding for unicode (#893) 2013-09-20 19:28:44 +09:00
base.py optimize imports 2012-12-22 09:17:10 +09:00
csvfile.py keep scanning csv until we find non-zero field count (#920) 2013-07-03 04:23:33 +09:00
mnemo.py mnemosyne importer tweaks 2013-06-05 18:39:32 +09:00
noteimp.py change misleading note import msg 2013-09-11 15:30:31 +09:00
pauker.py fix HTML in cards 2013-02-25 13:41:00 +01:00
supermemo_xml.py Fix double newlines in items imported from SuperMemo. 2014-01-26 10:06:53 +02:00