TxStyle · Textile Documentation

The Textile Markup (2.4) Reference for Textpattern


Bulleted list

Make an unordered (bulleted) list of items. Each item is preceded by an asterix *.



Input (editable)

Browser
HTML

More about: Bulleted list

1) Align lists with > (right align) or = (center):

*> Item one
* Item two
*= Item three

2) Attributes can be applied to individual list items, or to the list itself

*{color:red} Item one
* Item two
* Item three

3) Mixed lists

* This is a bullet
## this is the start of an enumerated list within a bulleted list
## this is another item list of an enumerated list within a bulleted list
### this is another level of an enumerated list within a bulleted list
* This is another bullet

4) Enhanced list
For further information using lists, see the developer notes on enhanced lists

Paste code into the box above.