diff --git a/memium/destination/ankiconnect/anki_prompt_qa.py b/memium/destination/ankiconnect/anki_prompt_qa.py index 61274e0..f27f00e 100644 --- a/memium/destination/ankiconnect/anki_prompt_qa.py +++ b/memium/destination/ankiconnect/anki_prompt_qa.py @@ -39,24 +39,24 @@ def genanki_model(self) -> genanki.Model: { "name": "Ankdown QA Card with UUID", "qfmt": f""" -
- {QUESTION_STR}{TTS_QUESTION_STR} -
{EXTRA_STR} +
+
+ {QUESTION_STR}{TTS_QUESTION_STR}
""", "afmt": f"""
+
+ {EXTRA_STR} +
{QUESTION_STR}
{ANSWER_STR}{TTS_ANSWER_STR}
-
- {EXTRA_STR} -
""", }