Turn Markdown notes into Anki cards

Drop a .md file and download a deck — bullets and Q/A pairs come across.

How it works

1. Drop your file

Notion export, PDF, Word, Markdown, or a Quizlet export.

2. 2anki builds your deck

Usually a few seconds. Bigger files take a minute.

3. Open it in Anki

Double-click the .apkg file. Your cards are ready to study.

Supported formats

What you actually get in Anki

Cloze deletions stay clickable

{{c1::...}} becomes a real Anki cloze card, not plain text.

Images render in the card

Embedded images come across and display on the front or back.

Tags carry over

Strikethrough in Notion or a tag column in CSV attaches to every card in the deck.

Correct note types

Basic, Cloze, and front/back map to the right Anki note type so import is clean.

No junk in your cards

No empty backs, no stray #, *, or $ characters left over from your notes.

Common questions

How are cards made from my Markdown?

Each top-level bullet becomes a card front. A nested bullet underneath becomes the answer. The first heading names the deck. There's a full guide in the docs.

Can I write the cards as Q/A pairs instead of bullets?

Yes — write them as 'Q: question' followed by 'A: answer' on the next line and we'll detect the pattern. Mix and match with bullet-style cards in the same file.

Does it handle code blocks and LaTeX?

Triple-backtick code blocks come across as plain text inside the card — the content is preserved, the monospace styling is not. LaTeX inside $...$ and $...$ renders if you have MathJax enabled in Anki — turn it on in card template settings.

What if my file has thousands of bullets?

We'll convert all of them. Big files take longer — usually under a minute for 1 000 cards. The free upload limit is 100MB; over that, split the file or upload a zip of smaller files.

Related