Syntax

CardForge syntax is intentionally minimal: each card starts with + for the front and - for the back.

Quick Reference

SyntaxMeaning
+ front textStarts the card front.
- back textAdds the card back.
\+ or \-Escapes a literal plus or minus instead of starting marker syntax.
![alt](https://...)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

3 Cards
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 text

Defines the front of the card

- Answer text

Defines the back of the card

![Alt](https://image.url/file.png)

Embeds an image at container width