task_list_item_marker method
task_list_item_marker
Creates TaskListItemMarker.
Returns
The TaskListItemMarker.
def task_list_item_marker(self, opening, label, closing):
    ...
| Parameter | Type | Description | 
|---|---|---|
| opening | MarkdownSyntaxToken | The opening. | 
| label | MarkdownSyntaxToken | The label. | 
| closing | MarkdownSyntaxToken | The closing. | 
See Also
- module aspose.html.toolkit.markdown.syntax
- class MarkdownSyntaxFactory
- class TaskListItemMarker