Skip to content

Commit

Permalink
update anki_prompt_qa.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed May 6, 2024
1 parent 94c4d3c commit fc5d1f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions memium/destination/ankiconnect/anki_prompt_qa.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import html
from collections.abc import Sequence
from dataclasses import dataclass

Expand Down Expand Up @@ -83,7 +82,7 @@ def to_genanki_note(self) -> genanki.Note:
fields=[
self._field_to_markdown(self.question),
self._field_to_markdown(self.answer),
html.escape(self._extra_field_content),
self._extra_field_content,
str(self.uuid),
],
tags=self.tags,
Expand Down

0 comments on commit fc5d1f9

Please sign in to comment.