---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 ==== **Input** * Yellow * Blue * Steelblue * Orange **Output** ==== Ordered ==== **Input:** - Yellow - Blue - Steelblue - Orange **Output:**
If you put an empty line, the numbering resets. Demo: **Input:** - Yellow - Blue - Orange **Output:** ===== How can I generate a list of pages? ===== Check this page: [[:howto:iterator-list]].