ListBuilder
¶Methods:
ListBuilder.
begin
(decoder, style)¶Begin a list.
Parameters: |
|
---|
ListBuilder.
get_mark
(value=None)¶Get the mark text for the next list item.
Parameters: | value (str) – Optional value of the list item. The meaning is list-type dependent. |
---|---|
Return type: | str |
ListBuilder.
item
(decoder, style, value=None)¶Begin a list item.
Parameters: |
|
---|