🖋️ Formatting
2 / 8
1
🖋️ The Syntax That Saves Time
  • All the important inputs can be activated with the editor toolbar. Sometimes typing them directly is faster, though. The following is for advanced users.
  • The box editor supports a fast Markdown-like syntax. The essentials:
    • **bold** and *italic*
    • - for lists, -- for numbered lists
    • > for quotes and note boxes
    • # Heading and ## Subheading
    • --- for divider lines
    • {Linked text}{https://...} for text links
    • {#Button text}{https://...} turns any link into a clickable button
  • The underrated ones:
    • ?? Text creates a spoiler - perfect for solutions to unfold
    • [word]{explanation} creates a tooltip for explaining terms
    • // note is only visible in edit mode - for your own annotations
    • {word}{#0000FF} colors text (if you don't know hex codes, use the editor toolbar)
  •  
  • The complete reference:
  • ⚙ start