task_list_item_marker method

task_list_item_marker

Creates TaskListItemMarker.

Returns

The TaskListItemMarker.

def task_list_item_marker(self, opening, label, closing):
    ...
ParameterTypeDescription
openingMarkdownSyntaxTokenThe opening.
labelMarkdownSyntaxTokenThe label.
closingMarkdownSyntaxTokenThe closing.

See Also