Skip to content

Instantly share code, notes, and snippets.

@singingwolfboy
Created June 11, 2015 14:15
Show Gist options
  • Save singingwolfboy/997161e7e24e08fb78d9 to your computer and use it in GitHub Desktop.
Save singingwolfboy/997161e7e24e08fb78d9 to your computer and use it in GitHub Desktop.
<flashcards title="Capital cities">
<flashcard question="Croatia" answer="Zagreb" />
<flashcard question="France" answer="Paris" />
</flashcards>
<flashcards title="Capital cities">
<flashcard>
<question>Croatia</question>
<answer>Zagreb</answer>
</flashcard>
<flashcard>
<question>France</question>
<answer>Paris</answer>
</flashcard>
</flashcards>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment