Syntax
CardForge syntax is intentionally minimal: each card starts with + for the front and - for the back.
Quick Reference
| Syntax | Meaning |
|---|---|
| + front text | Starts the card front. |
| - back text | Adds the card back. |
| \+ or \- | Escapes a literal plus or minus instead of starting marker syntax. |
|  | Embeds an image in front or back content. |
Rules
- Every card must have one front line and one back line.
- A new line that starts with
+starts a new card. - Lines that do not start with markers are treated as continuation text for the current side.
- Free-form text before the first
+line is a syntax error. - Starting another
-after a back is a syntax error.
Try It
cardforge.parsercheck_circle3 cards parsed
1
2
3
4
5
6
7
8
+ Question- AnswerLive · No saving
Live Preview
Click a card to flip it
Question
What is a Closure in JavaScript?
Tap to revealvisibility
Answer
A closure is a function that retains access to its lexical scope, even when executed outside that scope.
Question
Explain Big O notation.
Tap to revealvisibility
Answer
Mathematical notation describing how an algorithm's time or space requirements scale with input size.
Question
What does REST stand for?
Tap to revealvisibility
Answer
Representational State Transfer. A stateless architecture for distributed hypermedia systems.
add_circle
Add more cards in the editor
auto_awesome
Syntax Guide
+ Question textDefines the front of the card
- Answer textDefines the back of the card
Embeds an image at container width