Type: lib.markdown.ExtractNumberedLists
Namespace: lib.markdown
Description
Extracts numbered lists from markdown. markdown, lists, numbered, extraction
Use cases:
- Extract ordered list items
- Analyze enumerated structures
- Convert numbered lists to structured data
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| markdown | str |
The markdown text to analyze | `` |
Outputs
| Output | Type | Description |
|---|---|---|
| output | List[str] |
Metadata
Related Nodes
Browse other nodes in the lib.markdown namespace.