Skip to main content
A quick overview of all available blocks. Type / in the editor, then enter a command.

Basic blocks

BlockCommandDescription
Heading 1/h1Large section title
Heading 2/h2Medium section title
Heading 3/h3Small section title
Bullet List/ulList with bullets
Numbered List/olList with numbers
Quote/quoteHighlighted quote
Divider/dividerHorizontal line

Media

BlockCommandDescriptionDocs
Image/imageUpload or embed images
Video/videoUpload or embed videos
Preview Link/previewLink with website preview

Advanced blocks

BlockCommandDescriptionDocs
Block Equation/blockequationStandalone math formula
Inline Equation/inlineequationFormula inside body text
Mermaid/mermaidDiagrams and flowcharts
Table/tableStructured data
Columns/columnsTwo columns side by side
Group Block/groupblockBundle multiple blocks
Equation shortcut: - $$formula$$ + space → Block Equation
  • $formula$ + space → Inline Equation

Interactive blocks

BlockCommandDescriptionDocs
Graph/graphInteractive function plot
Hint/hintCollapsible support hint

Question blocks

BlockCommandDescriptionDocs
Multiple Choice/multiplechoiceChoice-based questions
Crossword/crosswordInteractive puzzle
Code Block/codeblockCode with syntax highlight
Input Block/inputblockLonger free-text answers
Input Field/inputfieldShort inline answers
Select Field/selectfieldInline dropdown
Code shortcut: ```python + space → Code Block with Python highlighting

Keyboard shortcuts

ActionShortcut
Open block menu/
BoldCmd/Ctrl + B
ItalicCmd/Ctrl + I
UnderlineCmd/Ctrl + U
UndoCmd/Ctrl + Z
RedoCmd/Ctrl + Y

Quick guide: which block should I use?

I want to…Use…
Show a formulaBlock Equation or Inline Equation
Visualize a functionGraph
Let students write codeCode Block
Ask a choice questionMultiple Choice
Ask for a short answerInput Field
Ask for a longer answerInput Block
Show data in a structured wayTable
Visualize a processMermaid
Provide support hintsHint
Practice vocabularyCrossword
Compare content side by sideColumns
Group related tasksGroup Block