About This Rule Parse Configuration Keys Render Configuration Keys Description ===== About This Rule ===== | **Name** | list | | **Type** | non-capturing block | | **Syntax** | Zero or more spaces at the beginning of a line, followed by ''*'' or ''#'', followed by a space, followed by the list item text | ===== Parse Configuration Keys ===== None. ===== Render Configuration Keys ===== | **Format** | **Key** | **Type** | **Description** | | ''Xhtml'' | ''css_ol'' | string | The CSS class for
Numbered list:
# one
# two
# three
Bulleted list:
* four
* five
* six
Numbered list:
- one
- two
- threeBulleted list:
* four
* five
* six----Adding spaces before the marking indents the list items. You can mix ordered and unordered lists.
# Main 1
* subitem 1
* subitem 2
# Main 2
# Main 2a
* sub-subitem
# Main 2b
* sub-subitem
# Main 3
- Main 1
* subitem 1
* subitem 2
- Main 2
- Main 2a
* sub-subitem
- Main 2b
* sub-subitem
- Main 3