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
{{ message }}
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.
Raised from: jasonwilliams/anki#13
We have some cards which have some syntax in their front.
For example
## What is >>> in JavaScript?
Before passing this to Anki (via addNotes) we convert the characters into html safe equivalents.
So
What is <code>>>></code> in JavaScript?
For some reason this allows duplicates in our deck.
If i remove the 3
>
i cannot add more than 1 card.How does the duplicate check work? And is there a reason it fails when certain characters are added?
The text was updated successfully, but these errors were encountered: