Back to API Reference
Class
MarkdownListParseRule
sealed
Parses Markdown-style lists (bulleted and numbered).
Remarks
Supports unordered lists with -, *, + markers and ordered lists with 1., 2), etc. Nested lists are detected by indentation level. An item ends at the first line break unless the following line is indented deeper than the item's own indent (which extends the item to cover an indented continuation or a nested list). CommonMark-style lazy continuation across non-indented lines is not supported — a non-indented line after an item is treated as a separate paragraph.
