Markdown to Anki converter
Write your cards in plain Markdown and convert them to an Anki .apkg deck — perfect for Obsidian, Logseq or any note-taking app. A line written as Question::Answer becomes one basic card, and a block containing Anki cloze markers ({{c1::…}}) becomes a cloze card kept verbatim. Blank lines separate blocks, math and code formatting are preserved, and the whole conversion runs in your browser with no login.
Example Markdown (Q::A lines and a cloze block)
What is the powerhouse of the cell?::The mitochondrion
The capital of Japan is {{c1::Tokyo}}.
Water boils at {{c1::100}}°C at sea level under standard pressure.Frequently asked questions
- How do I write a cloze card in Markdown?
- Use Anki’s native syntax inside the text, e.g. “The mitochondrion is the {{c1::powerhouse}} of the cell.” The block is preserved verbatim and imported as a cloze note, so no reformatting is needed.
- Does this work with Obsidian notes?
- Yes — that’s the main use case. Keep one Question::Answer per line, or write cloze sentences, separate blocks with a blank line, and paste the section you want to study.
- What happens to lines that don’t match either pattern?
- They are skipped and counted, never silently dropped. The preview tells you how many blocks were ignored so you can fix formatting before you export.