🟢 Markdown Lists
Markdown makes it super easy to create both ordered and unordered lists, plus nested ones too.
📚 List Syntax
- Unordered List: Use
-
, *
, or +
- Ordered List: Use numbers followed by a period
1.
- Nested List: Indent sub-items with spaces or tabs
🖥️ Try a Markdown List
List preview will appear here...
💡 Tip: For nested lists, indent with two spaces (or a tab) under the parent item.