Module list_utils

Module list_utils 

Source

Structs§

ListItem
Struct representing a list item
ListUtils
Utility functions for detecting and handling lists in Markdown documents

Enums§

ListMarkerType
Enum representing different types of list markers
ListType

Statics§

LIST_REGEX

Functions§

is_list_item
Returns (ListType, matched string, number of spaces after marker) if the line is a list item
is_multi_line_item
Returns true if the list item at lines[current_idx] is a multi-line item