---json
{
"page_id": "p51mgzi2x3v2m5emcvstq"
}
---
====== ComboStrap - List ======
===== About =====
There are two type of classic list:
* ordered
* and unordered (also known as bullet list)
===== Syntax =====
The list syntax expects you to put each item in a single line.
==== Unordered ====
* Yellow
* Blue
* Steelblue
* Orange
**Output**
- Yellow
- Blue
- Steelblue
- Orange
**Output:**
- Yellow
- Blue
- Orange
**Output:**