Examples

Real card patterns you can paste directly into the editor.

Short Q&A

+ What does HTTP stand for?
- Hypertext Transfer Protocol

+ What does JSON stand for?
- JavaScript Object Notation

Multiline Explanation

+ Explain eventual consistency.
It means reads may be temporarily stale,
but replicas converge over time.
- In distributed systems, updates propagate asynchronously.

Include an Image

+ Name this cloud provider logo.
![AWS logo](https://example.com/aws-logo.png "AWS")
- Amazon Web Services

Escaping Marker Characters

+ What symbol means "plus" in arithmetic?
- Use + for addition and - for subtraction.