About This Rule Parse Configuration Keys Render Configuration Keys Description
| 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 |
None.
| Format | Key | Type | Description |
Xhtml | css_ol | string | The CSS class for <ol> tags. |
Xhtml | css_ol_li | string | The CSS class for <li> tags in <ol> blocks. |
Xhtml | css_ul | string | The CSS class for <ul> tags. |
Xhtml | css_ul_li | string | The CSS class for <li> tags in <ul> blocks. |
Use this to create ordered lists with a # character, or unordered lists with a * marker.
Numbered list: # one # two # three Bulleted list: * four * five * six
Numbered list:
# Main 1 * subitem 1 * subitem 2 # Main 2 # Main 2a * sub-subitem # Main 2b * sub-subitem # Main 3