Type: lib.markdown.ExtractLinks
Namespace: lib.markdown
Description
Extracts all links from markdown text. markdown, links, extraction
Use cases:
- Extract references and citations from academic documents
- Build link graphs from markdown documentation
- Analyze external resources referenced in markdown files
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| markdown | str |
The markdown text to analyze | `` |
| include_titles | bool |
Whether to include link titles in output | true |
Outputs
| Output | Type | Description |
|---|---|---|
| output | list[dict[str, str]] |
Related Nodes
Browse other nodes in the lib.markdown namespace.