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.
public int TryMatch()
public int spacesPerLevel

Number of spaces per indentation level for nested lists.

See Also