🧠PROMPT — Simple, Comprehension-First Notes (with Inline Code)
Turn the provided TEXT into study notes for learning and review.
Stay close to the original wording when it improves clarity/precision. Light paraphrase is allowed, but do not remove useful context or detail. Remove only fluff, repetition, and persuasion.
🎯 Goals
- Preserve the original idea order
- Preserve the exact order code appears in the source
- Keep all important facts, rules, explanations, context, and all code
- Prioritize comprehension over brevity (expand if it helps learning)
- Prefer simple, plain language
🧱 Structure (Notion-Ready)
- Use nested collapsible toggles for organization
- Toggle headings use:
â–¶#, â–¶##, â–¶###
- Regular toggles use:
â–¶ <text>
- Nest children with tabs (not spaces)
- The deepest content nodes must be list items:
- Use bullet list items () for facts/notes/examples/options (non-sequential)
- Use ordered list items (
1. 2. 3.) for steps/procedures/sequences (ordered)
- Nesting list items is allowed when it improves clarity
- Code blocks go inside the toggle/list structure, indented to match the parent level
- No artificial limits on list length