ComboStrap - List

Undraw My Documents

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

  • Yellow
  • Blue
    • Steelblue
  • Orange

Ordered

Input:

  - Yellow
  - Blue
    - Steelblue
  - Orange

Output:

  1. Yellow
  2. Blue
    1. Steelblue
  3. Orange

If you put an empty line, the numbering resets. Demo:

Input:

  - Yellow
  - Blue

  - Orange

Output:

  1. Yellow
  2. Blue
  1. Orange

How can I generate a list of pages?

Check this page: How can I generate a list of pages?.




Showcase yourself and your brand

Get free news, tips, and tricks
to create a remarkable experience for your readers.




Related HowTo's
Undraw Animating
How can I generate a list of pages?

This howto shows you how you can generate a list of pages with the iterator components. page sql a list element with a link created from: the path and the title variables ...
Undraw Animating
How to generate a list of events?

This howto shows you how you can generate a list of pages event with the iterator components. page sql a list element with the date_start and date_end formated date of a page event...


Recommended Pages
Undraw My Documents
ComboStrap - Lists

ComboStrap supports the following list components List - simple ordered or unordered list, Content-list - continuous, vertical indexes of text or images. Table - a list of records
Undraw My Documents
How to set the Boldness (Font Weight / Strong)

boldness is a typographic effect that sets the font weight. It defines the width of a character outlines relative to its height. It's also known as strongness.
Undraw My Documents
Markdown syntax supported in ComboStrap

This page lists all markdown syntax supported in ComboStrap
Page Explorer List Name To Ui Region
Page-explorer: adding page navigation easily to your website

With the page-explorer component, you can add an explorer like panel that will list your pages in a list or collapsible tree fashion
Undraw Building Websites I78t
The iterator: Pages iteration made easy

With the fragment iterator, you can loop over a content fragment to create any list of page components such as the list of the last blog or recent pages
Undraw Building Websites I78t
The variables that can be used anywhere

This page describes which variables you can use in your content.



Task Runner