Write Basic, Cloze, and Term-definition cards
masterHashcards uses a lightweight Markdown-based notation for different card types:
Basic (Question/Answer)
Use Q: and A: prefixes. Content can span multiple lines.
Q: What is the question?
A: What is the answer?Cloze (Fill-in-the-blank)
Use C: and wrap the hidden text in square brackets [].
C: An [agonist] is a ligand that [activates it].Term-Definition
A shorthand for cloze cards. Use T: for the term and D: for the definition.
T: lithification
D: The process of turning loose sediment into rock.Separators
You can use horizontal rules (---) to visually separate cards in a file.
Q: Question?
A: Answer.
C: This is a [cloze] card.
T: term
D: definition.