Open ysz2580 opened 1 year ago
@9dogs thanks
It's not possible for now to put cards into different decks. Could you describe your use case in more detail?
there are some errors about the position of photos.some be set in other flashcard,where it should't be.
Yes, this is a known issue, Notion HTML export mixes up images. I should rewrite the code to use the Notion API instead. No ETAs though.
there are some error,how to address .,i add the code in like this “ void SelectSort(ElemType A[],int n){ for(i=0;i<n-1;i++){ min=j; for(j=i+1;j<n;j++) if(A[j]<A[min]) min=j; if(min!=i) swap(A[i],A[min]); } }” it is processed into " void SelectSort(ElemType A[],int n){ for(i=0;i "
<>will eat the content in it,and i don't know wheather other bug
there are some errors about the position of photos.some be set in other flashcard,where it should't be.