Cards


You can add cards to highlight sections of text and make pages more interactive. Buttons with collapsible sections can be embedded within cards - these are good for question hints or answers! An example of this can be seen below:

{% card %}
### This is a card

What can I do with it?

{% button Answer %}

Embed any markdown or code snippets like usual

{% endbutton %}

{% endcard %}
Code snippet

This is a card

What can I do with it?

Embed any markdown or code snippets like usual


You can put anything in a card, even sections of code!

print("Hello Cards!")
Code snippet

Or another card.

Or another…