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