You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something in genanki or the import process screws up entities inside <img src="...">. yanki encodes ' as ', which then gets transformed into &%23x27;.
There are issues with certain characters in file names (see issue #8 —
Check how Anki handles special characters in `[sound: ...]`).
I’ve listed my best guess at which characters are a problem in
`FILENAME_ILLEGAL_CHARS`, added escaping to prevent then, and added a
check to ensure that none made it into the video ID, which is embedded
directly in a file name.
Also in
<img src="...">
for that matter.It doesn’t like URL encoding, but what about HTML entities? The
[
and]
characters?The text was updated successfully, but these errors were encountered: