👋 Welcome
✅ Task List
- Example 1
- Example 2
💡 Hint
Example
This is an informational hint.
💬 Quote
"Example quote goes here."
🧠 Code Block
// Some code
console.log("Hello Docusaurus");
🔗 Embedded URL (via iframe)
🃏 Cards (Manual using Markdown or JSX)
| Example | Value | Done |
|---|---|---|
| Example 1 | 1 | ❌ |
| Example 2 | 2 | ❌ |
| Example 3 | 3 | ❌ |
🧷 Tabs
- First Tab
- Second Tab
Example 1 content here.
Example 2 content here.
📦 Expandable
Click to expand
Text inside the expandable section...
🪜 Stepper (Not native - emulate with headings or custom plugin)
Step 1
Text...
Step 2
Text...
⚠️ For real stepper UI, consider building a custom React component.